|
1 | 1 | TODO list for PostgreSQL
|
2 | 2 | ========================
|
3 |
| -Last updated:Thu Oct 12 16:23:34 EDT 2000 |
| 3 | +Last updated:Thu Oct 12 16:26:03 EDT 2000 |
4 | 4 |
|
5 | 5 | Current maintainer:Bruce Momjian (pgman@candle.pha.pa.us)
|
6 | 6 |
|
|
87 | 87 | * Allow LOCALE on a per-column basis, default to ASCII
|
88 | 88 | * Allow nulls in arrays
|
89 | 89 | * Allow arrays to be ORDER'ed
|
| 90 | +* Support construction of array result values in expressions |
90 | 91 | * Change foreign key constraint for array -> element to mean element
|
91 | 92 | in array
|
92 | 93 | * Remove Money type, add money formatting for decimal type
|
@@ -125,6 +126,9 @@ COMMANDS
|
125 | 126 | * -Add ALTER TABLE ALTER COLUMN feature(Peter E)
|
126 | 127 | * Add ALTER TABLE DROP COLUMN feature [drop]
|
127 | 128 | * Add ALTER TABLE command to change table ownership
|
| 129 | +* Add ALTER FUNCTION |
| 130 | +* Add ALTER TABLE ... DROP CONSTRAINT |
| 131 | +* Automatically drop constraints/functions when object is dropped |
128 | 132 | * Allow CLUSTER on all tables at once, and improve CLUSTER, loses NOT
|
129 | 133 | NULL specification, indexes, permissions, etc on table
|
130 | 134 | * Add SIMILAR TO to allow character classes, 'pg_[a-c]%'
|
|