diff options
author | Bruce Momjian <bruce@momjian.us> | 2000-05-14 01:29:07 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2000-05-14 01:29:07 +0000 |
commit | efc6b7ddfc9f514f7f9ae834351e3208f8fe3515 (patch) | |
tree | d50f88c6a1dda062bf359ad63a4a60305d56321a | |
parent | a316339e6c76e3726bcbd467aa2df3d246af437c (diff) | |
download | postgresql-efc6b7ddfc9f514f7f9ae834351e3208f8fe3515.tar.gz postgresql-efc6b7ddfc9f514f7f9ae834351e3208f8fe3515.zip |
Update TODO list.
-rw-r--r-- | doc/TODO | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ TODO list for PostgreSQL ======================== -Last updated: Fri May 12 08:23:51 EDT 2000 +Last updated: Sat May 13 21:27:24 EDT 2000 Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) @@ -52,7 +52,6 @@ MISC * Permission to UPDATE table allows DELETE also * Some database schema's are not dumpable; do dumps in oid order - ENHANCEMENTS ------------ @@ -95,6 +94,7 @@ TYPES * Add non-large-object binary field * Functions returning sets don't really work right[function] * Add hash for int8 +* SELECT col FROM tab WHERE numeric_col = 10.1 fails VIEWS |