root / pykota / trunk / initscripts / README.postgresql @ 695

Revision 695, 1.1 kB (checked in by jalet, 21 years ago)

Initial import into CVS

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
Line 
1# $Id$
2
3PyKota - Print Quota for CUPS
4
5(c) 2003 Jerome Alet <alet@librelogiciel.com>
6You're welcome to redistribute this software under the
7terms of the GNU General Public Licence version 2.0
8or, at your option, any higher version.
9
10You can read the complete GNU GPL in the file COPYING
11which should come along with this software, or visit
12the Free Software Foundation's WEB site http://www.fsf.org
13
14============================================================
15
16Documentation for the pykota-postgresql.sql script :
17----------------------------------------------------
18
19        - Launch the psql frontend and connect to the
20          database template1 as a PostgreSQL administrator
21          (i.e. the postgres user) :
22         
23            $ psql -h localhost -U postgres template1
24         
25        - Executes the pykota-postgresql.sql script : 
26       
27            template1=# \i pykota-postgresql.sql
28           
29        - Quit the psql frontend :   
30       
31            template1=# \q
32           
33        - Your PostgreSQL PyKota storage is now ready
34          for use.
35       
36============================================================
Note: See TracBrowser for help on using the browser.