>         o Fix PL/pgSQL RENAME to work on variables other than OLD/NEW
This commit is contained in:
Bruce Momjian 2002-04-09 13:46:55 +00:00
parent b71189c243
commit 68747b4601
1 changed files with 2 additions and 2 deletions

View File

@ -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
-------