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

From Christopher Kings-Lynne
Subject Re: bug in 7.4 SET WITHOUT OIDs
Date
Msg-id 405FDFEA.2070102@familyhealth.com.au
Whole thread Raw
In response to Re: bug in 7.4 SET WITHOUT OIDs  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: bug in 7.4 SET WITHOUT OIDs  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
> The problem appears to be that ALTER TABLE SET WITHOUT OIDS doesn't make
> the index on the OID column go away.
> 
> I don't have a strong opinion on whether to fix this by forcing a drop
> of the index or by rejecting the ALTER command.  Seems like we have to
> do one or the other though.
> 
> This is actually just the simplest case of a dependency on the OID
> column... whatever the fix is, it has to handle the general case.

Maybe it needs CASCADE/RESTRICT added?


pgsql-hackers by date:

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