Re: [COMMITTERS] pgsql-server/ oc/src/sgml/ref/alter_table.sgml ...

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
Cc: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: [COMMITTERS] pgsql-server/ oc/src/sgml/ref/alter_table.sgml ...
Date: 2004-03-23 20:26:37
Message-ID: 28303.1080073597@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers

Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)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

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2004-03-23 21:34:29 Re: [COMMITTERS] pgsql-server/ oc/src/sgml/ref/alter_table.sgml
Previous Message Bruce Momjian 2004-03-23 20:03:34 Re: [COMMITTERS] pgsql-server/ oc/src/sgml/ref/alter_table.sgml ...

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2004-03-23 21:32:32 Re: linked list rewrite
Previous Message Bruce Momjian 2004-03-23 20:03:34 Re: [COMMITTERS] pgsql-server/ oc/src/sgml/ref/alter_table.sgml ...