> 	  without using PL/PgSQL EXECUTE, needs cached plan invalidation
This commit is contained in:
Bruce Momjian 2002-04-14 17:20:35 +00:00
parent 872911bc41
commit 08479bcbca

View File

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