> Create Table fred(f1 int); > Alter Table fred add constraint primary key(f1); Has support for the above statement (add constraint PK) been added in 7.1? If so, then what other alter table add constraints have been added? CHECK? NOT NULL? Thanks, Chris
- [HACKERS] Suggested fix for pg_dump Philip Warner
- Re: [HACKERS] Suggested fix for pg_dump The Hermit Hacker
- Re: [HACKERS] Suggested fix for pg_dump Tom Lane
- Re: [HACKERS] Suggested fix for pg_du... The Hermit Hacker
- Re: [HACKERS] Suggested fix for p... Tom Lane
- Re: [HACKERS] Suggested fix ... The Hermit Hacker
- Re: [HACKERS] Suggested fix ... Philip Warner
- Re: [HACKERS] Suggested ... Philip Warner
- Christopher Kings-Lynne