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

From Neil Conway
Subject Re: ALTER TABLE .. SET WITH / WITHOUT OIDS
Date
Msg-id 1042081095.375.5.camel@tokyo
Whole thread Raw
In response to Re: ALTER TABLE .. SET WITH / WITHOUT OIDS  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: ALTER TABLE .. SET WITH / WITHOUT OIDS  ("Christopher Kings-Lynne" <chriskl@familyhealth.com.au>)
List pgsql-patches
On Thu, 2003-01-02 at 18:08, Tom Lane wrote:
> I can see some value in the SET WITHOUT OIDS half of the patch, as this
> gives a way of reclaiming space in a table that was unthinkingly created
> with OIDs.  But I'm not sure we should expend the code space to provide
> just a one-way transformation.

IMHO, it's still worth having this part of the patch, even if the
transformation is only one-way.

Cheers,

Neil


pgsql-patches by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: minor doc improvements
Next
From: "Christopher Kings-Lynne"
Date:
Subject: Re: ALTER TABLE .. SET WITH / WITHOUT OIDS