Unique / Primary key constraints

From: Rod Taylor <rbt(at)zort(dot)ca>
To: pgsql-patches(at)postgresql(dot)org
Subject: Unique / Primary key constraints
Date: 2002-07-13 14:19:06
Message-ID: 1026569947.30427.154.camel@jester
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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 Content-Type Size
pri_uniq_dump.patch text/x-patch 5.3 KB

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Brent Verner 2002-07-14 01:48:41 Re: COPY with column list
Previous Message Rod Taylor 2002-07-13 05:43:29 GRANT / REVOKE on functions