We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0dd3afa commit 9775cb9Copy full SHA for 9775cb9
doc/TODO
@@ -1,6 +1,6 @@
1
TODO list for PostgreSQL
2
========================
3
-Last updated: Tue Nov 27 16:22:52 EST 2001
+Last updated: Wed Nov 28 00:44:46 EST 2001
4
5
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
6
@@ -179,6 +179,8 @@ COMMANDS
179
o ALTER TABLE ADD PRIMARY KEY (Christopher Kings-Lynne)
180
o ALTER TABLE ADD UNIQUE (Christopher Kings-Lynne)
181
o ALTER TABLE ADD COLUMN column SERIAL doesn't create sequence
182
+ o ALTER TABLE ADD COLUMN column SET DEFAULT should fill existing
183
+ rows with DEFAULT value or allow NULLs in existing rows
184
* CLUSTER
185
o cluster all tables at once
186
o prevent lose of indexes, permissions, inheritance (Bruce)
0 commit comments