|
|
| · · · · · · · | |
|
Re: Adding Not Null constraints doesn't work with
Ben Trewern wrote: ALTER TABLE operatives ALTER operative_group_id TYPE int4ALTER TABLE operativesALTER COLUMN operative_group_id SET NOT NULL; There's the semicolon and a linefeed missing. fixed in cvs, thanks for reporting. Regards, Andreas
|