aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2002-08-24 11:24:58 +0000
committerBruce Momjian <bruce@momjian.us>2002-08-24 11:24:58 +0000
commitcf4d885c67744637d82f6fec657e8205578c5905 (patch)
tree8d7632c4f27a1d150a1dd5ff60d08ecd353e3178
parentfe2dec75a9b428f2e4271af32c4f6a31717889f4 (diff)
downloadpostgresql-cf4d885c67744637d82f6fec657e8205578c5905.tar.gz
postgresql-cf4d885c67744637d82f6fec657e8205578c5905.zip
Done:
> * -SELECT cash_out(2) crashes because of opaque
-rw-r--r--doc/TODO4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/TODO b/doc/TODO
index 14cd763102f..5e1fd35a9dd 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,6 +1,6 @@
TODO list for PostgreSQL
========================
-Last updated: Thu Aug 22 23:10:41 EDT 2002
+Last updated: Sat Aug 24 07:24:53 EDT 2002
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
@@ -78,7 +78,7 @@ Data Types
* -Add domain capability (Rod Taylor)
* Add IPv6 capability to INET/CIDR types
* Remove Money type, add money formatting for decimal type
-* SELECT cash_out(2) crashes because of opaque
+* -SELECT cash_out(2) crashes because of opaque
* Declare typein/out functions in pg_proc with a special "C string" data type
* Functions returning sets do not totally work
* Change factorial to return a numeric