Re: Open items
Christopher Kings-Lynne <chriskl@familyhealth.com.au>
From: Christopher Kings-Lynne <chriskl@familyhealth.com.au>
To: Bruce Momjian <pgman@candle.pha.pa.us>
Cc: Tom Lane <tgl@sss.pgh.pa.us>, PostgreSQL-development <pgsql-hackers@postgresql.org>
Date: 2003-10-29T01:51:27Z
Lists: 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