Re: ALTER TABLE .. SET WITH / WITHOUT OIDS - Mailing list pgsql-patches

From Bruce Momjian
Subject Re: ALTER TABLE .. SET WITH / WITHOUT OIDS
Date
Msg-id 200212110344.gBB3ibN19470@candle.pha.pa.us
Whole thread Raw
In response to ALTER TABLE .. SET WITH / WITHOUT OIDS  (Rod Taylor <rbt@rbt.ca>)
List pgsql-patches
Your patch has been added to the PostgreSQL unapplied patches list at:

    http://momjian.postgresql.org/cgi-bin/pgpatches

I will try to apply it within the next 48 hours.

---------------------------------------------------------------------------


Rod Taylor wrote:
-- Start of PGP signed section.
> Opted for the syntax in the subject as I didn't think that ADD / DROP
> OIDS would work (shift/reduce conflicts), and it matches the CREATE
> TABLE oids syntax.
>
> Added and removed the oids column from several inherited tables many
> times, while adding and playing with data.  I could not come up with any
> issues with insert, select, update, delete statements.  So I'll assume
> that the various places reading OIDS are doing the right thing.
>
> Works somewhat like adding / dropping a column with the default of 0.
>
> --
> Rod Taylor <rbt@rbt.ca>
>
> PGP Key: http://www.rbt.ca/rbtpub.asc

[ Attachment, skipping... ]
-- End of PGP section, PGP failed!

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

pgsql-patches by date:

Previous
From: Ian Barwick
Date:
Subject: Re: [BUGS] Bug #718: request for improvement of /? to show /d+ /l+
Next
From: Bruce Momjian
Date:
Subject: Re: ALTER DOMAIN .. OWNER TO ..