Bruce Momjian <pgman@candle.pha.pa.us> writes:
>> Upgrade ALTER TABLE DROP COLUMN so that it can drop an OID column, and
>> remove separate implementation of ALTER TABLE SET WITHOUT OIDS in favor
>> of doing a regular DROP.
> Does removing SET WITHOUT OIDS cause compatibility problems?
I didn't remove the command, I only replaced its implementation with a
call to AlterTableDropColumn.
regards, tom lane