Show
Ignore:
Timestamp:
05/13/04 13:15:29 (20 years ago)
Author:
jalet
Message:

Added hostname field in job history

Location:
pykota/trunk/initscripts/postgresql
Files:
1 added
2 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/initscripts/postgresql/pykota-postgresql.sql

    r1257 r1473  
    2020-- 
    2121-- $Log$ 
     22-- Revision 1.9  2004/05/13 11:15:29  jalet 
     23-- Added hostname field in job history 
     24-- 
    2225-- Revision 1.8  2004/01/08 14:10:32  jalet 
    2326-- Copyright year changed. 
     
    118121                        userid INT4, 
    119122                        printerid INT4, 
     123                        hostname TEXT, 
    120124                        pagecounter INT4 DEFAULT 0, 
    121125                        jobsize INT4, 
  • pykota/trunk/initscripts/postgresql/README.postgresql

    r1257 r1473  
    5959  version of PyKota. 
    6060   
     61  * An SQL script to upgrade a 1.18 PyKota Storage DataBase to 
     62    1.19 is included. Launch it this way on the Quota Storage Server : 
     63     
     64        $ psql -U postgres pykota 
     65        pykota=# \i upgrade-to-1.19.sql 
     66        pykota=# \q 
     67        $ 
     68         
     69    This script adds a field to the print job history. The field that 
     70    is added is : hostname 
     71     
    6172  * An SQL script to upgrade a pre-1.16 PyKota Storage DataBase to 
    6273    1.16 is included. Launch it this way on the Quota Storage Server :