aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2002-04-14 17:20:35 +0000
committerBruce Momjian <bruce@momjian.us>2002-04-14 17:20:35 +0000
commit08479bcbca4c499a205547a172ed14928114fc18 (patch)
tree25e687aee4e12c1d677bf474cff8143d3b7c3347
parent872911bc41ee562ff2cb33796cf7ce46cd8e765d (diff)
downloadpostgresql-08479bcbca4c499a205547a172ed14928114fc18.tar.gz
postgresql-08479bcbca4c499a205547a172ed14928114fc18.zip
Update;
> without using PL/PgSQL EXECUTE, needs cached plan invalidation
-rw-r--r--doc/TODO4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/TODO b/doc/TODO
index f75b4f4c5c9..356269f55cc 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -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