Re: WIP: fix SET WITHOUT OIDS, add SET WITH OIDS - Mailing list pgsql-hackers

From Andrew Dunstan
Subject Re: WIP: fix SET WITHOUT OIDS, add SET WITH OIDS
Date
Msg-id 498F079E.2040400@dunslane.net
Whole thread Raw
In response to WIP: fix SET WITHOUT OIDS, add SET WITH OIDS  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: WIP: fix SET WITHOUT OIDS, add SET WITH OIDS
List pgsql-hackers

Tom Lane wrote:
> The attached patch (which lacks doc changes or regression
> tests as yet) does that, and also adds the inverse SET WITH OIDS
> operation to do what you'd expect, ie, add an OID column if it isn't
> there already.
>
>   

Why would we add an operation to implement a deprecated feature? That 
seems very strange.

(I have no problem with making SET WITHOUT OIDS rewrite the table.)

cheers

andrew


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: WIP: fix SET WITHOUT OIDS, add SET WITH OIDS
Next
From: Tom Lane
Date:
Subject: Re: WIP: fix SET WITHOUT OIDS, add SET WITH OIDS