Changeset 2564

Show
Ignore:
Timestamp:
10/13/05 07:38:37 (18 years ago)
Author:
jerome
Message:

Added some clarification on the way to launch psql.

Location:
pykota/trunk
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/initscripts/postgresql/README.postgresql

    r2478 r2564  
    3434          (i.e. the postgres user) : 
    3535           
     36          as user 'root' : 
     37           
     38            $ su - postgres 
     39             
     40          you're now user 'postgres', then continue with :    
     41           
    3642            $ psql -h localhost -U postgres template1 
    3743           
     
    6066  example if you used several different development versions 
    6167  of PyKota, won't do any harm. 
     68   
     69  If you're connected as user 'root', you have to be user 'postgres' 
     70  instead : 
     71           
     72            $ su - postgres 
     73             
     74  You're now user 'postgres', then continue the upgrade by following 
     75  the instructions below, depending on the version you actually use : 
    6276   
    6377  * An SQL script to upgrade a 1.22 PyKota Storage DataBase to 
  • pykota/trunk/pykota/version.py

    r2562 r2564  
    2222# 
    2323 
    24 __version__ = "1.23_unofficial" 
     24__version__ = "1.24alpha1_unofficial" 
    2525 
    2626__doc__ = "PyKota : a complete Printing Quota Solution for CUPS."