mirror of
https://github.com/postgres/postgres.git
synced 2025-07-30 11:03:19 +03:00
Add:
> o Add ALTER TABLE tab SET WITHOUT OIDS
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: Tue Aug 13 23:40:53 EDT 2002
|
Last updated: Wed Aug 14 00:57:54 EDT 2002
|
||||||
|
|
||||||
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
|
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
|
||||||
|
|
||||||
@ -202,6 +202,7 @@ Commands
|
|||||||
o ALTER TABLE ADD COLUMN column DEFAULT should fill existing
|
o ALTER TABLE ADD COLUMN column DEFAULT should fill existing
|
||||||
rows with DEFAULT value
|
rows with DEFAULT value
|
||||||
o -Have ALTER TABLE OWNER change all dependant objects like indexes
|
o -Have ALTER TABLE OWNER change all dependant objects like indexes
|
||||||
|
o Add ALTER TABLE tab SET WITHOUT OIDS
|
||||||
|
|
||||||
* CLUSTER
|
* CLUSTER
|
||||||
o Cluster all tables at once
|
o Cluster all tables at once
|
||||||
|
Reference in New Issue
Block a user