Foreign key in pg_dump / psql - Mailing list pgsql-patches

From Rod Taylor
Subject Foreign key in pg_dump / psql
Date
Msg-id 1028683062.93791.9.camel@jester
Whole thread Raw
Responses Re: Foreign key in pg_dump / psql  (Bruce Momjian <pgman@candle.pha.pa.us>)
List 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

pgsql-patches by date:

Previous
From: Rod Taylor
Date:
Subject: current_database()
Next
From: Rod Taylor
Date:
Subject: Re: current_database()