diff options
author | Bruce Momjian <bruce@momjian.us> | 2002-08-04 04:16:47 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2002-08-04 04:16:47 +0000 |
commit | 6be43c981e585f42f049d4d31a455360fc60d387 (patch) | |
tree | 925a4846b6bc43a79b462ce38ace9851677457fb | |
parent | 7a84053844065325d93d1658c289d322bb6bc574 (diff) | |
download | postgresql-6be43c981e585f42f049d4d31a455360fc60d387.tar.gz postgresql-6be43c981e585f42f049d4d31a455360fc60d387.zip |
*** empty log message ***
-rw-r--r-- | doc/TODO | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ TODO list for PostgreSQL ======================== -Last updated: Fri Aug 2 16:03:06 EDT 2002 +Last updated: Sat Aug 3 23:59:33 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) |