Make the world at least somewhat safe for zero-column tables, and
authorTom Lane
Sat, 28 Sep 2002 20:00:19 +0000 (20:00 +0000)
committerTom Lane
Sat, 28 Sep 2002 20:00:19 +0000 (20:00 +0000)
commit6d0d15c451739396851d3f93f81c63a47535bf1e
tree79370fcc4630f1857bede315eb4d9beae6d7f90b
parent23616b47d54d0a0d39a626485299403264f7d8e1
Make the world at least somewhat safe for zero-column tables, and
remove the special case in ALTER DROP COLUMN to prohibit dropping a
table's last column.
src/backend/access/common/tupdesc.c
src/backend/commands/tablecmds.c
src/backend/executor/execTuples.c
src/backend/executor/nodeAgg.c
src/backend/parser/parse_target.c
src/test/regress/expected/alter_table.out