summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian2000-10-12 03:04:44 +0000
committerBruce Momjian2000-10-12 03:04:44 +0000
commitc6a6de416f5fe67c4cc18a7a5e630a924cb9d73e (patch)
tree993242f8eecb70622c4d8b024b8f620e0e27ad0b
parentd6109bf4143bae777351e483b9c205dfce41b743 (diff)
Update TODO list.
-rw-r--r--doc/TODO3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/TODO b/doc/TODO
index a91eca1203e..aaf674d0315 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,6 +1,6 @@
TODO list for PostgreSQL
========================
-Last updated: Wed Oct 11 21:22:25 EDT 2000
+Last updated: Wed Oct 11 23:04:31 EDT 2000
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
@@ -87,6 +87,7 @@ TYPES
* Allow LOCALE on a per-column basis, default to ASCII
* Allow nulls in arrays
* Allow arrays to be ORDER'ed
+* Add foreign key constraint for arrays
* Remove Money type, add money formatting for decimal type
* Declare typein/out functions in pg_proc with a special "C string" data type
* Add non-large-object binary field