Re: ALTER TABLE .. SET WITHOUT OIDS -- ROUND 2

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Rod Taylor <rbt(at)rbt(dot)ca>
Cc: Peter Eisentraut <peter_e(at)gmx(dot)net>, PostgreSQL Patches <pgsql-patches(at)postgresql(dot)org>
Subject: Re: ALTER TABLE .. SET WITHOUT OIDS -- ROUND 2
Date: 2003-02-03 12:29:50
Message-ID: 200302031229.h13CToM17975@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches


Where are we on this? Do folks prefer DROP COLUMN oid?

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

Rod Taylor wrote:
-- Start of PGP signed section.
> On Thu, 2003-01-16 at 13:41, Peter Eisentraut wrote:
> > Rod Taylor writes:
> >
> > > Code for WITHOUT OIDS.
> >
> > Why not ALTER TABLE x DROP COLUMN oid?
>
> Thats a really good question considering we can't add OIDs.
>
> --
> Rod Taylor <rbt(at)rbt(dot)ca>
>
> PGP Key: http://www.rbt.ca/rbtpub.asc
-- End of PGP section, PGP failed!

--
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

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Bruce Momjian 2003-02-03 12:35:36 Re: pg_dump a specific schema
Previous Message Bruce Momjian 2003-02-03 12:19:09 Re: [HACKERS] PostgreSQL libraries - PThread Support, but