Heikki Linnakangas wrote:
> Andrew Dunstan wrote:
>> How about a pg_dump flag that simply suppresses OIDs from the data
>> and schema?
>
> pg_dump -s postgres | sed -e 's/SET default_with_oids = true;/-- &/'
>
No good for non-text dumps.
cheers
andrew