aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2000-05-14 01:29:07 +0000
committerBruce Momjian <bruce@momjian.us>2000-05-14 01:29:07 +0000
commitefc6b7ddfc9f514f7f9ae834351e3208f8fe3515 (patch)
treed50f88c6a1dda062bf359ad63a4a60305d56321a
parenta316339e6c76e3726bcbd467aa2df3d246af437c (diff)
downloadpostgresql-efc6b7ddfc9f514f7f9ae834351e3208f8fe3515.tar.gz
postgresql-efc6b7ddfc9f514f7f9ae834351e3208f8fe3515.zip
Update TODO list.
-rw-r--r--doc/TODO4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/TODO b/doc/TODO
index 53bec95dcf8..75dfdb16648 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -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