diff options
author | Bruce Momjian <bruce@momjian.us> | 1999-09-14 02:19:38 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 1999-09-14 02:19:38 +0000 |
commit | 4197aaa8ae50410cce73fef871b6c5740b705f0c (patch) | |
tree | f383aa0e4a2a399ca894176738f228325f4f11be | |
parent | f0f73b316d3341c76ce776fd3f21bb7d1617570d (diff) | |
download | postgresql-4197aaa8ae50410cce73fef871b6c5740b705f0c.tar.gz postgresql-4197aaa8ae50410cce73fef871b6c5740b705f0c.zip |
Update TODO list.
-rw-r--r-- | doc/TODO | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,6 +1,6 @@ TODO list for PostgreSQL ======================== -Last updated: Mon Sep 6 23:55:43 EDT 1999 +Last updated: Mon Sep 13 22:19:20 EDT 1999 Current maintainer: Bruce Momjian (maillist@candle.pha.pa.us) @@ -99,6 +99,7 @@ TYPES * Add support for & operator * Allow LOCALE on a per-column basis, default to ASCII * Allow array on int8[] +* Allow nulls in 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 |