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 405FE88F.1010007@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  (Bruce Momjian <pgman@candle.pha.pa.us>)
Re: bug in 7.4 SET WITHOUT OIDs  (Robert Treat <xzilla@users.sourceforge.net>)
List pgsql-hackers
>>Maybe it needs CASCADE/RESTRICT added?
> 
> Seems like overkill, considering that this is a very marginal feature.
> I'm happy to decree that it works in whichever way is the easiest to
> implement.

In that case, it seems to me that it has to be default RESTRICT.  If 
anything depend on it, it must fail.  Otherwise when you do it, it could 
drop views, functions, everything.

Chris



pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: bug in 7.4 SET WITHOUT OIDs
Next
From: Fabien COELHO
Date:
Subject: LIKE ANY and the like?