1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-27 12:41:57 +03:00

Add drop detail item.

This commit is contained in:
Bruce Momjian
2000-06-14 03:33:49 +00:00
parent 95336f037d
commit dbca64673b
2 changed files with 723 additions and 1 deletions

View File

@ -116,7 +116,7 @@ INDEXES
COMMANDS
* ALTER TABLE ADD COLUMN to inherited table put column in wrong place [inherit]
* Add ALTER TABLE DROP/ALTER COLUMN feature(Peter E)
* Add ALTER TABLE DROP/ALTER COLUMN feature(Peter E) [drop]
* Add ALTER TABLE command to change table ownership
* Allow CLUSTER on all tables at once, and improve CLUSTER, loses NOT
NULL specification, indexes, permissions, etc on table