From: Bruce Momjian Date: Mon, 25 Mar 2002 03:37:01 +0000 (+0000) Subject: Add: X-Git-Tag: REL7_3~1838 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0441ce5e9ffd841f5eb382119e7e8384ba91a1aa;p=postgresql Add: > o Fix problems with complex temporary table creation/destruction > without using PL/PgSQL EXECUTE --- diff --git a/doc/TODO b/doc/TODO index 5cf410d1ba..b7af0b78a4 100644 --- a/doc/TODO +++ b/doc/TODO @@ -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 -------