Re: Fix for dumoing WITH/WITHOUT oids

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Neil Conway <neilc(at)samurai(dot)com>
Cc: PostgreSQL-patches <pgsql-patches(at)postgresql(dot)org>
Subject: Re: Fix for dumoing WITH/WITHOUT oids
Date: 2004-03-24 03:02:33
Message-ID: 200403240302.i2O32Xo10096@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

Neil Conway wrote:
> On 23-Mar-04, at 3:02 PM, Bruce Momjian wrote:
> > The attached patch prevents WITH/WITHOUT OIDS from appearing in pg_dump
> > output. Instead, it uses "SET default_with_oids" to control oid
> > creation, but only outputs it when the table characteristics change,
> > not
> > for every table.
>
> Thank you for doing this, Bruce. My apologies for not getting it done
> fast enough myself.

No problem. I think we are better leaving you the more complex stuff. :-)

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073

In response to

Browse pgsql-patches by date

  From Date Subject
Next Message Bruce Momjian 2004-03-24 03:10:46 Re: default psql to localhost on platforms without unix domain
Previous Message Neil Conway 2004-03-24 02:50:08 Re: Updated logging config (was: Initial eventlog support on win32 )