RE: Suggested fix for pg_dump

From: "Christopher Kings-Lynne" <chriskl(at)familyhealth(dot)com(dot)au>
To: "Pgsql-Hackers" <pgsql-hackers(at)postgresql(dot)org>
Subject: RE: Suggested fix for pg_dump
Date: 2001-01-08 01:02:55
Message-ID: NEBBIOAJBMEENKACLNPCAENCCCAA.chriskl@familyhealth.com.au
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2001-01-08 01:09:07 Re: patch: contrib/pgcrypto sanity
Previous Message Marko Kreen 2001-01-08 00:37:51 patch: contrib/pgcrypto sanity