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

From: Rod Taylor <rbt(at)rbt(dot)ca>
To: Peter Eisentraut <peter_e(at)gmx(dot)net>
Cc: PostgreSQL Patches <pgsql-patches(at)postgresql(dot)org>
Subject: Re: ALTER TABLE .. SET WITHOUT OIDS -- ROUND 2
Date: 2003-01-16 18:41:48
Message-ID: 1042742508.33765.53.camel@jester
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

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

In response to

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Tom Lane 2003-01-16 18:43:29 Re: replace oidrand() with random_sample()
Previous Message Peter Eisentraut 2003-01-16 18:41:01 Re: ALTER TABLE .. SET WITHOUT OIDS -- ROUND 2