Re: foreign key constraint

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: gearond(at)cvc(dot)net
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: foreign key constraint
Date: 2003-03-04 22:20:05
Message-ID: 4759.1046816405@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Dennis Gearon <gearond(at)cvc(dot)net> writes:
> Was there a version that did NOT show the ALTER statements when dumping a table?

Before 7.3 (or was it 7.2?) foreign keys were dumped as triggers not
ALTER ADD FOREIGN KEY commands.

regards, tom lane

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2003-03-04 22:25:35 Re: No stats visible?
Previous Message Dennis Gearon 2003-03-04 22:16:26 Re: foreign key constraint