Re: bug in 7.4 SET WITHOUT OIDs - Mailing list pgsql-hackers

From Tom Lane
Subject Re: bug in 7.4 SET WITHOUT OIDs
Date
Msg-id 22264.1080064917@sss.pgh.pa.us
Whole thread Raw
In response to Re: bug in 7.4 SET WITHOUT OIDs  (Robert Treat <xzilla@users.sourceforge.net>)
Responses Re: bug in 7.4 SET WITHOUT OIDs  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: bug in 7.4 SET WITHOUT OIDs  (Christopher Kings-Lynne <chriskl@familyhealth.com.au>)
List pgsql-hackers
Robert Treat <xzilla@users.sourceforge.net> writes:
> Point being that in the original case, I think the index on the oid column 
> should be dropped automagically, to follow similar behavior with normal 
> columns. 

I am currently testing a fix that allows you to sayALTER TABLE DROP COLUMN oid;
which will behave the same way a regular user-column DROP would.

I intend to interpret SET WITHOUT OIDS as DROP COLUMN oid RESTRICT.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Robert Treat
Date:
Subject: Re: bug in 7.4 SET WITHOUT OIDs
Next
From: Tom Lane
Date:
Subject: Re: bug in 7.4 SET WITHOUT OIDs