Fix from Neil Conway:
< o ALTER TABLE ADD COLUMN column SET DEFAULT should fill existing > o ALTER TABLE ALTER COLUMN column SET DEFAULT should fill existing
This commit is contained in:
parent
a28375140c
commit
b9459c6adb
4
doc/TODO
4
doc/TODO
@ -1,6 +1,6 @@
|
|||||||
TODO list for PostgreSQL
|
TODO list for PostgreSQL
|
||||||
========================
|
========================
|
||||||
Last updated: Wed Jul 24 13:41:55 EDT 2002
|
Last updated: Mon Jul 29 17:40:51 EDT 2002
|
||||||
|
|
||||||
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
|
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
|
||||||
|
|
||||||
@ -194,7 +194,7 @@ Commands
|
|||||||
o -ALTER TABLE ADD UNIQUE (Tom)
|
o -ALTER TABLE ADD UNIQUE (Tom)
|
||||||
o -ALTER TABLE ALTER COLUMN SET/DROP NOT NULL (Christopher Kings-Lynne)
|
o -ALTER TABLE ALTER COLUMN SET/DROP NOT NULL (Christopher Kings-Lynne)
|
||||||
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 ALTER 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
|
o -Have ALTER TABLE OWNER change all dependant objects like indexes
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user