Re: Putting OIDs etc back into pg_dump? - Mailing list pgsql-hackers

From Christopher Kings-Lynne
Subject Re: Putting OIDs etc back into pg_dump?
Date
Msg-id 40DA36AC.5070306@familyhealth.com.au
Whole thread Raw
In response to Putting OIDs etc back into pg_dump?  (Richard Huxton <dev@archonet.com>)
List pgsql-hackers
> Of course, OIDs have been removed from a standard pg_dump so different 
> installations can diff their schemas (and a good thing too).
> 
> So - should this information be:
>  1. Logged nightly via standard logging procedures.
>  2. Stored in a format=custom dump but not for textual schemas.
>  3. Stored in a different file, that is updated on occasion
>  4. Not stored at all, it's pointless.
>  5. Not stored at all, PITR means this is academic now.

If you dump with oids, it has the latest oid in the dump file...

Chris



pgsql-hackers by date:

Previous
From: Christopher Kings-Lynne
Date:
Subject: pg_largeobject and tablespaces
Next
From: Christopher Kings-Lynne
Date:
Subject: Re: 7.5-dev, pg_dumpall, dollarquoting