diff options
author | Bruce Momjian <bruce@momjian.us> | 2001-01-19 02:53:52 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2001-01-19 02:53:52 +0000 |
commit | 27e618986bd56b2ec11f2119915355f8e08c91e0 (patch) | |
tree | d497e5735f3f0dad58a0b0b61ca6514b1aaadcf2 | |
parent | 9e9075b88705e4da8ccf2972d01ac763f847cf9d (diff) |
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: Thu Jan 18 21:05:41 EST 2001 +Last updated: Thu Jan 18 21:53:43 EST 2001 Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) @@ -100,6 +100,7 @@ TYPES * Store binary-compatible type information in the system * -Add support for & operator (Peter E) * Allow LOCALE on a per-column basis, default to ASCII +* Add SHOW command to see locale * Allow nulls in arrays * Allow arrays to be ORDER'ed * Support construction of array result values in expressions |