Commit 4e08a625 authored by Bruce Momjian's avatar Bruce Momjian

Suggest another possible solution for funcs using temp tables:

< 	  without using PL/PgSQL EXECUTE, needs cached plan invalidation
> 	  without using PL/PgSQL EXECUTE, needs cache prevention/invalidation
parent 979be308
TODO list for PostgreSQL TODO list for PostgreSQL
======================== ========================
Last updated: Thu Apr 18 13:24:28 EDT 2002 Last updated: Thu Apr 18 13:25:20 EDT 2002
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
...@@ -247,7 +247,7 @@ COMMANDS ...@@ -247,7 +247,7 @@ COMMANDS
o Allow Java server-side programming, http://pljava.sourceforge.net o Allow Java server-side programming, http://pljava.sourceforge.net
[java] [java]
o Fix problems with complex temporary table creation/destruction o Fix problems with complex temporary table creation/destruction
without using PL/PgSQL EXECUTE, needs cached plan invalidation without using PL/PgSQL EXECUTE, needs cache prevention/invalidation
o Fix PL/pgSQL RENAME to work on variables other than OLD/NEW o Fix PL/pgSQL RENAME to work on variables other than OLD/NEW
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment