Re: [GENERAL] ALTER TABLE ADD CONSTRAINT

2001-05-11 Thread Stephan Szabo
On Mon, 7 May 2001, Ian Harding wrote: > I am generating scripts from MSSQL Server and converting them to > create objects in PostgreSQL. It is suprisingly easy. However, I > think I may have hit a rock. > > It appears that PostgreSQL does not support listing constraints to be > added as in th

[GENERAL] ALTER TABLE ADD CONSTRAINT

2001-05-11 Thread Ian Harding
I am generating scripts from MSSQL Server and converting them to create objects in PostgreSQL. It is suprisingly easy. However, I think I may have hit a rock. It appears that PostgreSQL does not support listing constraints to be added as in the following syntax: alter table foo add