mirror of
https://github.com/postgres/postgres.git
synced 2025-06-26 12:21:12 +03:00
Added
> o Have ALTER TABLE OWNER change all dependant objects like indexes
This commit is contained in:
3
doc/TODO
3
doc/TODO
@ -1,6 +1,6 @@
|
|||||||
TODO list for PostgreSQL
|
TODO list for PostgreSQL
|
||||||
========================
|
========================
|
||||||
Last updated: Fri Dec 28 00:02:36 EST 2001
|
Last updated: Fri Dec 28 00:09:05 EST 2001
|
||||||
|
|
||||||
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
|
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
|
||||||
|
|
||||||
@ -184,6 +184,7 @@ COMMANDS
|
|||||||
o ALTER TABLE ADD COLUMN column SERIAL doesn't create sequence
|
o ALTER TABLE ADD COLUMN column SERIAL doesn't create sequence
|
||||||
o ALTER TABLE ADD COLUMN column SET DEFAULT should fill existing
|
o ALTER TABLE ADD COLUMN column SET DEFAULT should fill existing
|
||||||
rows with DEFAULT value
|
rows with DEFAULT value
|
||||||
|
o Have ALTER TABLE OWNER change all dependant objects like indexes
|
||||||
* CLUSTER
|
* CLUSTER
|
||||||
o cluster all tables at once
|
o cluster all tables at once
|
||||||
o prevent lose of indexes, permissions, inheritance (Bruce)
|
o prevent lose of indexes, permissions, inheritance (Bruce)
|
||||||
|
Reference in New Issue
Block a user