pgsql-server/ oc/src/sgml/ref/alter_table.sgml ...

From: tgl(at)svr1(dot)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql-server/ oc/src/sgml/ref/alter_table.sgml ...
Date: 2004-03-23 19:35:18
Message-ID: 20040323193518.2FFC5D1E9B5@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers

CVSROOT: /cvsroot
Module name: pgsql-server
Changes by: tgl(at)svr1(dot)postgresql(dot)org 04/03/23 15:35:17

Modified files:
doc/src/sgml/ref: alter_table.sgml
src/backend/bootstrap: bootparse.y
src/backend/catalog: heap.c
src/backend/commands: cluster.c tablecmds.c
src/backend/executor: execMain.c
src/backend/tcop: utility.c
src/include/catalog: heap.h
src/include/commands: tablecmds.h
src/test/regress/expected: alter_table.out
src/test/regress/sql: alter_table.sql

Log message:
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. Also, cause CREATE TABLE to account completely
correctly for the inheritance status of the OID column. This fixes
problems with dropping OID columns that have dependencies, as noted by
Christopher Kings-Lynne, as well as making sure that you can't drop an
OID column that was inherited from a parent.

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2004-03-23 20:03:34 Re: [COMMITTERS] pgsql-server/ oc/src/sgml/ref/alter_table.sgml ...
Previous Message Neil Conway 2004-03-23 13:21:42 pgsql-server/doc/src/sgml/ref alter_domain.sgm ...

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2004-03-23 19:45:36 Re: linked list rewrite
Previous Message Alvaro Herrera 2004-03-23 19:04:15 Re: linked list rewrite