Unique / Primary key constraints - Mailing list pgsql-patches

From Rod Taylor
Subject Unique / Primary key constraints
Date
Msg-id 1026569947.30427.154.camel@jester
Whole thread Raw
Responses Re: Unique / Primary key constraints  (Bruce Momjian <pgman@candle.pha.pa.us>)
Re: Unique / Primary key constraints  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-patches
Unique and primary key constraints are both dumped using ALTER TABLE
statements.  Unique indexes with CREATE INDEX.

Basically, pg_constraint left outer'd to pg_index.



Attachment

pgsql-patches by date:

Previous
From: Rod Taylor
Date:
Subject: GRANT / REVOKE on functions
Next
From: Brent Verner
Date:
Subject: Re: COPY with column list