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

From: Rod Taylor <rbt(at)rbt(dot)ca>
To: PostgreSQL Patches <pgsql-patches(at)postgresql(dot)org>
Subject: Re: ALTER TABLE .. SET WITHOUT OIDS -- ROUND 2
Date: 2003-01-15 21:21:54
Message-ID: 1042665714.61110.94.camel@jester
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

Code for WITHOUT OIDS.

On Wed, 2003-01-08 at 21:59, Christopher Kings-Lynne wrote:
> I agree. I want to remove OIDs from heaps of our tables when we go to 7.3.
> I'd rather not have to do it in the dump due to down time.
--
Rod Taylor <rbt(at)rbt(dot)ca>

PGP Key: http://www.rbt.ca/rbtpub.asc

Attachment Content-Type Size
dbaltoid.patch text/plain 20.5 KB

In response to

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Gavin Sherry 2003-01-15 22:28:35 Re: fix broken regression tests
Previous Message Tom Lane 2003-01-15 19:50:36 Re: implement EXPLAIN EXECUTE