diff options
author | Bruce Momjian <bruce@momjian.us> | 2002-03-25 03:37:01 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2002-03-25 03:37:01 +0000 |
commit | 0441ce5e9ffd841f5eb382119e7e8384ba91a1aa (patch) | |
tree | 8ae8191607f7eb5ccb98213c620478c0d8d5d74a | |
parent | 51b55730ae48c7e2a2ffeba7cfc3372969be8aa5 (diff) | |
download | postgresql-0441ce5e9ffd841f5eb382119e7e8384ba91a1aa.tar.gz postgresql-0441ce5e9ffd841f5eb382119e7e8384ba91a1aa.zip |
Add:
> o Fix problems with complex temporary table creation/destruction
> without using PL/PgSQL EXECUTE
-rw-r--r-- | doc/TODO | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -1,6 +1,6 @@ TODO list for PostgreSQL ======================== -Last updated: Sun Mar 24 17:37:06 EST 2002 +Last updated: Sun Mar 24 22:36:39 EST 2002 Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) @@ -239,7 +239,8 @@ COMMANDS o Add untrusted version of plpython o Add plsh server-side shell language (Peter E) o Allow Java server-side programming (?) [java] - + o Fix problems with complex temporary table creation/destruction + without using PL/PgSQL EXECUTE CLIENTS ------- |