From 80aa37a72f7e6ca3bba58d7d532d112a7f07472b Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Thu, 27 Apr 2006 02:41:36 +0000 Subject: [PATCH] Add: > * Invalidate prepared queries, like INSERT, when the table definition > is altered --- doc/TODO | 4 +++- doc/src/FAQ/TODO.html | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/doc/TODO b/doc/TODO index 470c6603fc..df434673e0 100644 --- a/doc/TODO +++ b/doc/TODO @@ -2,7 +2,7 @@ PostgreSQL TODO List ==================== Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) -Last updated: Tue Apr 25 22:15:17 EDT 2006 +Last updated: Wed Apr 26 22:41:35 EDT 2006 The most recent version of this document can be viewed at http://www.postgresql.org/docs/faqs.TODO.html. @@ -398,6 +398,8 @@ SQL Commands manually or automatically when statistics for execute parameters differ dramatically from those used during planning. +* Invalidate prepared queries, like INSERT, when the table definition + is altered * Allow LISTEN/NOTIFY to store info in memory rather than tables? Currently LISTEN/NOTIFY information is stored in pg_listener. Storing diff --git a/doc/src/FAQ/TODO.html b/doc/src/FAQ/TODO.html index eb584e9093..0083061b1e 100644 --- a/doc/src/FAQ/TODO.html +++ b/doc/src/FAQ/TODO.html @@ -8,7 +8,7 @@

PostgreSQL TODO List

Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
-Last updated: Tue Apr 25 22:15:17 EDT 2006 +Last updated: Wed Apr 26 22:41:35 EDT 2006

The most recent version of this document can be viewed at
http://www.postgresql.org/docs/faqs.TODO.html. @@ -368,6 +368,8 @@ first. manually or automatically when statistics for execute parameters differ dramatically from those used during planning.

+
  • Invalidate prepared queries, like INSERT, when the table definition + is altered
  • Allow LISTEN/NOTIFY to store info in memory rather than tables?

    Currently LISTEN/NOTIFY information is stored in pg_listener. Storing such information in memory would improve performance.