Foreign key in pg_dump / psql

From: Rod Taylor <rbt(at)zort(dot)ca>
To: pgsql-patches(at)postgresql(dot)org
Subject: Foreign key in pg_dump / psql
Date: 2002-08-07 01:17:41
Message-ID: 1028683062.93791.9.camel@jester
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

A couple of bits of the depend/constraint patch that were not applied.

It displays foreign key structure in /d while skipping the triggers that
make up the foreign key.

Dumps foreign keys as alter table statements on >=7.3. Older DBs will
continue to dump triggers (no pg_constraint table).

Attachment Content-Type Size
fkey.patch text/x-patch 16.3 KB

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Rod Taylor 2002-08-07 01:19:07 Re: current_database()
Previous Message Rod Taylor 2002-08-07 01:15:03 current_database()