Re: WIP: fix SET WITHOUT OIDS, add SET WITH OIDS

From: Heikki Linnakangas <heikki(dot)linnakangas(at)enterprisedb(dot)com>
To: Andrew Dunstan <andrew(at)dunslane(dot)net>
Cc: Marko Kreen <markokr(at)gmail(dot)com>, Robert Haas <robertmhaas(at)gmail(dot)com>, David Fetter <david(at)fetter(dot)org>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, "pgsql-hackers(at)postgresql(dot)org" <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: WIP: fix SET WITHOUT OIDS, add SET WITH OIDS
Date: 2009-02-09 15:54:53
Message-ID: 499051CD.5080801@enterprisedb.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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;/-- &/'

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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Marko Kreen 2009-02-09 15:55:22 Re: WIP: fix SET WITHOUT OIDS, add SET WITH OIDS
Previous Message David Fetter 2009-02-09 15:49:58 Re: WIP: fix SET WITHOUT OIDS, add SET WITH OIDS