Re: Open 7.3 issues - Mailing list pgsql-hackers

From Rod Taylor
Subject Re: Open 7.3 issues
Date
Msg-id 1029383893.93691.25.camel@jester
Whole thread Raw
In response to Open 7.3 issues  (Bruce Momjian <pgman@candle.pha.pa.us>)
Responses Re: Open 7.3 issues  ("Christopher Kings-Lynne" <chriskl@familyhealth.com.au>)
Re: Open 7.3 issues  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-hackers
>     Dependency - have pg_dump auto-create dependencies when loading 7.2.X
>     data? 
> 
> Are we as far as we can go here?

The only trouble maker is foreign keys.  If there was a nice way of
finding foreign keys in 7.2 and prior it probably would have been
implemented a long time ago in pg_dump :)

Something in the release notes about how the foreign key dependency
stuff only works if they drop all current foreign keys (drop trigger)
and re-add them via alter table add foreign key is suggested.

Worst case scenario for Foreign keys is they will have what they always
had.



pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: [COMMITTERS] pgsql-server/src backend/tcop/postgres.cbacke
Next
From: Bruce Momjian
Date:
Subject: Re: [COMMITTERS] pgsql-server/src backend/tcop/postgres.cbacke