From: Bruce Momjian Date: Sun, 14 Apr 2002 17:20:35 +0000 (+0000) Subject: Update; X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=e10eeca67508fd62d6573734ad458dbbd7d3610c;p=users%2Fbernd%2Fpostgres.git Update; > without using PL/PgSQL EXECUTE, needs cached plan invalidation --- diff --git a/doc/TODO b/doc/TODO index f75b4f4c5c..356269f55c 100644 --- a/doc/TODO +++ b/doc/TODO @@ -1,6 +1,6 @@ TODO list for PostgreSQL ======================== -Last updated: Fri Apr 12 21:37:38 EDT 2002 +Last updated: Sun Apr 14 13:17:07 EDT 2002 Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) @@ -243,7 +243,7 @@ COMMANDS 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 + without using PL/PgSQL EXECUTE, needs cached plan invalidation o Fix PL/pgSQL RENAME to work on variables other than OLD/NEW CLIENTS