RE: Suggested fix for pg_dump - Mailing list pgsql-hackers

From Christopher Kings-Lynne
Subject RE: Suggested fix for pg_dump
Date
Msg-id NEBBIOAJBMEENKACLNPCAENCCCAA.chriskl@familyhealth.com.au
Whole thread Raw
In response to Suggested fix for pg_dump  (Philip Warner <pjw@rhyme.com.au>)
List pgsql-hackers
>     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



pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: patch: contrib/pgcrypto sanity
Next
From: Tatsuo Ishii
Date:
Subject: ALL, ANY bug?