diff options
author | Bruce Momjian | 2001-11-29 15:39:11 +0000 |
---|---|---|
committer | Bruce Momjian | 2001-11-29 15:39:11 +0000 |
commit | c3d7e3d439d81f6b9eb4a401c28f75e7b8014f71 (patch) | |
tree | e921f65df047baf34ae49fe3e632698b52d78bfb | |
parent | f1d39629b2520dcc5b125b7223ab24a4247f80ee (diff) |
Update TODO list.
-rw-r--r-- | doc/TODO | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ TODO list for PostgreSQL ======================== -Last updated: Thu Nov 29 00:53:42 EST 2001 +Last updated: Thu Nov 29 10:39:07 EST 2001 Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) @@ -180,7 +180,7 @@ COMMANDS o ALTER TABLE ADD UNIQUE (Christopher Kings-Lynne) o ALTER TABLE ADD COLUMN column SERIAL doesn't create sequence o ALTER TABLE ADD COLUMN column SET DEFAULT should fill existing - rows with DEFAULT value or allow NULLs in existing rows + rows with DEFAULT value * CLUSTER o cluster all tables at once o prevent lose of indexes, permissions, inheritance (Bruce) |