Re: Open items - Mailing list pgsql-hackers

From Christopher Kings-Lynne
Subject Re: Open items
Date
Msg-id 3F9F1D1F.70902@familyhealth.com.au
Whole thread Raw
In response to Re: Open items  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-hackers
> OK, doesn't look like we are going to add the ability to turn off
> constraint checking for reload, nor add ANALYZE as part of ALTER TABLE
> ADD FOREIGN KEY, so we only have a few items left.

Hey - what about if you just delete the pg_constraint entries for all 
your foreign keys, then won't they all be dumped as CREATE CONSTRAINT 
TRIGGERs?

Then, after restore, you can just re-run contrib/adddepend?

Chris




pgsql-hackers by date:

Previous
From: Sean Chittenden
Date:
Subject: Re: Call for port reports
Next
From: Christopher Kings-Lynne
Date:
Subject: Re: [BUGS] Autocomplete on Postgres7.4beta5 not working?