aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2002-08-04 04:17:06 +0000
committerBruce Momjian <bruce@momjian.us>2002-08-04 04:17:06 +0000
commit79e77c6501622494f9995c95cb01a9afc9496386 (patch)
treebd5dcf725f53f141d9d6e83f4bb02491f05f3f94
parent6be43c981e585f42f049d4d31a455360fc60d387 (diff)
downloadpostgresql-79e77c6501622494f9995c95cb01a9afc9496386.tar.gz
postgresql-79e77c6501622494f9995c95cb01a9afc9496386.zip
*** empty log message ***
-rw-r--r--doc/TODO4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/TODO b/doc/TODO
index 30bb3609920..172e31d71c7 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,6 +1,6 @@
TODO list for PostgreSQL
========================
-Last updated: Sat Aug 3 23:59:33 EDT 2002
+Last updated: Sun Aug 4 00:16:54 EDT 2002
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
@@ -241,7 +241,7 @@ Commands
* SERVER-SIDE LANGUAGES
o Allow PL/PgSQL's RAISE function to take expressions
- o -Fix PL/PgSQL to handle quoted mixed-case identifiers
+ o Fix PL/PgSQL to handle quoted mixed-case identifiers
o Change PL/PgSQL to use palloc() instead of malloc()
o Add untrusted version of plpython
o Add plsh server-side shell language (Peter E)