diff options
author | Bruce Momjian <bruce@momjian.us> | 1999-09-28 02:57:55 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 1999-09-28 02:57:55 +0000 |
commit | bc0595f27fc4a78f8d617021ae7916201b482af5 (patch) | |
tree | 8d7b7a1ca67e446048de0a8bf54a31df347ae27e | |
parent | a55888ec9c60a96e9e9c9a6862028a2c599454ac (diff) | |
download | postgresql-bc0595f27fc4a78f8d617021ae7916201b482af5.tar.gz postgresql-bc0595f27fc4a78f8d617021ae7916201b482af5.zip |
Update TODO list.
-rw-r--r-- | doc/TODO | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -110,6 +110,7 @@ TYPES * Allow LOCALE on a per-column basis, default to ASCII * Allow array on int8[] * Allow nulls in arrays +* Allow arrays to be ORDER'ed * 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 |