
28 Jan
2004
28 Jan
'04
12:16 p.m.
Hi all, I think in the update scripts for postgres there is an error. Twice there is a column added with attribute 'NOT NULL'. This isn't allowed in postgres, first you have to add the column and after that you should alter it with ' alter table alter column set not null' Grtz -- Hans Scheffers