File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change 11TODO list for PostgreSQL
22========================
3- Last updated: Thu Oct 12 16:23:34 EDT 2000
3+ Last updated: Thu Oct 12 16:26:03 EDT 2000
44
55Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
66
8787* Allow LOCALE on a per-column basis, default to ASCII
8888* Allow nulls in arrays
8989* Allow arrays to be ORDER'ed
90+ * Support construction of array result values in expressions
9091* Change foreign key constraint for array -> element to mean element
9192 in array
9293* Remove Money type, add money formatting for decimal type
@@ -125,6 +126,9 @@ COMMANDS
125126* -Add ALTER TABLE ALTER COLUMN feature(Peter E)
126127* Add ALTER TABLE DROP COLUMN feature [drop]
127128* 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
128132* Allow CLUSTER on all tables at once, and improve CLUSTER, loses NOT
129133 NULL specification, indexes, permissions, etc on table
130134* Add SIMILAR TO to allow character classes, 'pg_[a-c]%'
You can’t perform that action at this time.
0 commit comments