Changeset 812 for pykota/trunk/initscripts/pykota-postgresql.sql
- Timestamp:
- 02/27/03 09:41:49 (22 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
pykota/trunk/initscripts/pykota-postgresql.sql
r811 r812 14 14 -- 15 15 -- $Log$ 16 -- Revision 1.4 2003/02/27 08:40:14 jalet 17 -- DATETIME is not supported anymore in PostgreSQL 7.3 it seems, but 18 -- TIMESTAMP is. 19 -- 16 20 -- Revision 1.3 2003/02/26 20:34:22 jalet 17 21 -- Default value for printer page counter set to 0 … … 79 83 softlimit INT4, 80 84 hardlimit INT4, 81 datelimit DATETIME);85 datelimit TIMESTAMP); 82 86 83 87 -- … … 91 95 softlimit INT4, 92 96 hardlimit INT4, 93 datelimit DATETIME);97 datelimit TIMESTAMP); 94 98 95 99 --