pgsql-server/ oc/src/sgml/ref/alter_table.sgml ... - Mailing list pgsql-committers

From tgl@svr1.postgresql.org (Tom Lane)
Subject pgsql-server/ oc/src/sgml/ref/alter_table.sgml ...
Date
Msg-id 20040323193518.2FFC5D1E9B5@svr1.postgresql.org
Whole thread Raw
List pgsql-committers
CVSROOT:    /cvsroot
Module name:    pgsql-server
Changes by:    tgl@svr1.postgresql.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.


pgsql-committers by date:

Previous
From: neilc@svr1.postgresql.org (Neil Conway)
Date:
Subject: pgsql-server/doc/src/sgml/ref alter_domain.sgm ...
Next
From: momjian@svr1.postgresql.org (Bruce Momjian)
Date:
Subject: pgsql-server/src/backend/storage/lmgr s_lock.c