|
1 | 1 | TODO list for PostgreSQL |
2 | 2 | ======================== |
3 | | -Last updated:Thu Nov 2900:53:42 EST 2001 |
| 3 | +Last updated:Thu Nov 2910:39:07 EST 2001 |
4 | 4 |
|
5 | 5 | Current maintainer:Bruce Momjian (pgman@candle.pha.pa.us) |
6 | 6 |
|
@@ -180,7 +180,7 @@ COMMANDS |
180 | 180 | o ALTER TABLE ADD UNIQUE (Christopher Kings-Lynne) |
181 | 181 | o ALTER TABLE ADD COLUMN column SERIAL doesn't create sequence |
182 | 182 | o ALTER TABLE ADD COLUMN column SET DEFAULT should fill existing |
183 | | - rows with DEFAULT value or allow NULLs in existing rows |
| 183 | + rows with DEFAULT value |
184 | 184 | * CLUSTER |
185 | 185 | o cluster all tables at once |
186 | 186 | o prevent lose of indexes, permissions, inheritance (Bruce) |
|