Andrew Dunstan wrote:
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.

*shrug*, create a text dump then.

--
  Heikki Linnakangas
  EnterpriseDB   http://www.enterprisedb.com

--
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

Reply via email to