Show
Ignore:
Timestamp:
02/27/03 09:41:49 (21 years ago)
Author:
jalet
Message:

DATETIME is not supported anymore in PostgreSQL 7.3 it seems, but
TIMESTAMP is.

Files:
1 modified

Legend:

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

    r811 r812  
    1414-- 
    1515-- $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-- 
    1620-- Revision 1.3  2003/02/26 20:34:22  jalet 
    1721-- Default value for printer page counter set to 0 
     
    7983                        softlimit INT4, 
    8084                        hardlimit INT4, 
    81                         datelimit DATETIME); 
     85                        datelimit TIMESTAMP); 
    8286                         
    8387-- 
     
    9195                         softlimit INT4, 
    9296                         hardlimit INT4, 
    93                          datelimit DATETIME); 
     97                         datelimit TIMESTAMP); 
    9498                         
    9599--