From: Bruce Momjian Date: Tue, 9 Apr 2002 13:46:55 +0000 (+0000) Subject: Update: X-Git-Tag: REL7_3~1752 X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=68747b4601a6bca903676ba10b6523bb1139ddd0;p=users%2Fc2main%2Fpostgres.git Update: > o Fix PL/pgSQL RENAME to work on variables other than OLD/NEW --- diff --git a/doc/TODO b/doc/TODO index 182c14a6a3..c5c066bf37 100644 --- a/doc/TODO +++ b/doc/TODO @@ -1,6 +1,6 @@ TODO list for PostgreSQL ======================== -Last updated: Tue Apr 9 00:27:58 EDT 2002 +Last updated: Tue Apr 9 09:45:22 EDT 2002 Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) @@ -242,7 +242,7 @@ COMMANDS o Allow Java server-side programming (?) [java] o Fix problems with complex temporary table creation/destruction without using PL/PgSQL EXECUTE - o Fix PL/pgSQL RENAME to work on on variable names + o Fix PL/pgSQL RENAME to work on variables other than OLD/NEW CLIENTS -------