Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian2001-04-02 16:27:04 +0000
committerBruce Momjian2001-04-02 16:27:04 +0000
commitb0f95aa676ee95633765bd51925de4612f5274ca (patch)
tree1319b8b64a30b7e117e74108cba4e33a3c688db5
parent53de19647f1873b2c0a8bc4373384cf00e98df67 (diff)
Update TODO list.
-rw-r--r--doc/TODO4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/TODO b/doc/TODO
index fcacf4ff625..1611c82f91b 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,6 +1,6 @@
TODO list for PostgreSQL
========================
-Last updated: Mon Apr 2 11:10:06 EDT 2001
+Last updated: Mon Apr 2 12:26:57 EDT 2001
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
@@ -109,7 +109,7 @@ TYPES
* 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
-* Functions returning sets don't really work right[function]
+* Functions returning sets do not totally work
* -Add hash for int8 (Tom)
* SELECT col FROM tab WHERE numeric_col = 10.1 fails
* -Get BIT type working