Skip to content

Commit 4e08a62

Browse files
committed
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
1 parent 979be30 commit 4e08a62

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/TODO

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
TODO list for PostgreSQL
22
========================
3-
Last updated: Thu Apr 18 13:24:28 EDT 2002
3+
Last updated: Thu Apr 18 13:25:20 EDT 2002
44

55
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
66

@@ -247,7 +247,7 @@ COMMANDS
247247
o Allow Java server-side programming, http://pljava.sourceforge.net
248248
[java]
249249
o Fix problems with complex temporary table creation/destruction
250-
without using PL/PgSQL EXECUTE, needs cached plan invalidation
250+
without using PL/PgSQL EXECUTE, needs cache prevention/invalidation
251251
o Fix PL/pgSQL RENAME to work on variables other than OLD/NEW
252252

253253

0 commit comments

Comments
 (0)