|
1 | 1 | TODO list for PostgreSQL |
2 | 2 | ======================== |
3 | | -Last updated:Tue Oct 26 00:21:35 EDT 1999 |
| 3 | +Last updated:Tue Oct 26 00:58:06 EDT 1999 |
4 | 4 |
|
5 | 5 | Current maintainer:Bruce Momjian (maillist@candle.pha.pa.us) |
6 | 6 |
|
@@ -148,7 +148,7 @@ COMMANDS |
148 | 148 | * ALTER TABLE ADD COLUMN to inherited table put column in wrong place [inherit] |
149 | 149 | * Add ALTER TABLE DROP/ALTER COLUMN feature |
150 | 150 | * Allow CLUSTER on all tables at once, and improve CLUSTER, loses NOT |
151 | | -NULL specificationon table[cluster] |
| 151 | +NULL specification, indexes, permissions, etcon table[cluster] |
152 | 152 | * Add SIMILAR TO to allow character classes, 'pg_[a-c]%' |
153 | 153 | * Auto-destroy sequence on DROP of table with SERIAL(Ryan) |
154 | 154 | * Allow LOCK TABLE tab1, tab2, tab3 so all tables locked in unison |
|