summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian2002-04-18 17:26:03 +0000
committerBruce Momjian2002-04-18 17:26:03 +0000
commit4e08a625b006ba3992be881b516773adba5863e4 (patch)
tree44b6a21b43e8d9ba3c73d6db818ce4c1ef665aab
parent979be308d10cd37e3ae755d827e78b1a1659817e (diff)
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
-rw-r--r--doc/TODO4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/TODO b/doc/TODO
index 98f9efaf309..8e799a05780 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,6 +1,6 @@
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)
@@ -247,7 +247,7 @@ COMMANDS
o Allow Java server-side programming, http://pljava.sourceforge.net
[java]
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