OSDN Git Service

Clarification from Tom:
authorBruce Momjian <bruce@momjian.us>
Tue, 30 Jul 2002 19:43:20 +0000 (19:43 +0000)
committerBruce Momjian <bruce@momjian.us>
Tue, 30 Jul 2002 19:43:20 +0000 (19:43 +0000)
<  o ALTER TABLE ALTER COLUMN column SET DEFAULT should fill existing
>  o ALTER TABLE ADD COLUMN column SET DEFAULT should fill existing

doc/TODO

index 977d914..e6fb0eb 100644 (file)
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,6 +1,6 @@
 TODO list for PostgreSQL
 ========================
-Last updated:          Tue Jul 30 15:33:45 EDT 2002
+Last updated:          Tue Jul 30 15:43:03 EDT 2002
 
 Current maintainer:    Bruce Momjian (pgman@candle.pha.pa.us)
 
@@ -194,7 +194,7 @@ Commands
        o -ALTER TABLE ADD UNIQUE (Tom)
        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 ALTER COLUMN column SET DEFAULT should fill existing
+       o ALTER TABLE ADD COLUMN column SET DEFAULT should fill existing
          rows with DEFAULT value
        o -Have ALTER TABLE OWNER change all dependant objects like indexes