#10 Problem with fields in create_acid_tbls_pgsql.sql
open
nobody
None
5
2004-02-18
2004-02-18
Anonymous
No
Hi,
in create_acid_tbls_pgsql.sql provided with acid, the
fields created as DATETIME should't be created as
TIMESTAMP? This is because DATETIME isn't fully
supported by Postgresql 7.3.x
Logged In: NO
I also had problems with PostgreSQL 7.4: 'ERROR: type
"DATETIME" does not exist'. Replacing DATETIME with
TIMESTAMP worked well.