From dc9d3947e63391a09e27cd480f9221c149e1f30d Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Sat, 5 May 2007 14:47:45 +0000 Subject: [PATCH] Move item: < * Invalidate prepared queries, like INSERT, when the table definition < is altered > > * Invalidate prepared queries, like INSERT, when the table definition > is altered --- doc/TODO | 7 ++++--- doc/src/FAQ/TODO.html | 6 +++--- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/doc/TODO b/doc/TODO index b28849e103..92f41e7226 100644 --- a/doc/TODO +++ b/doc/TODO @@ -2,7 +2,7 @@ PostgreSQL TODO List ==================== Current maintainer: Bruce Momjian (bruce@momjian.us) -Last updated: Sat May 5 10:44:05 EDT 2007 +Last updated: Sat May 5 10:47:39 EDT 2007 The most recent version of this document can be viewed at http://www.postgresql.org/docs/faqs.TODO.html. @@ -480,8 +480,6 @@ 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 * Improve logging of prepared statements recovered during startup http://archives.postgresql.org/pgsql-hackers/2006-11/msg00092.php @@ -975,6 +973,9 @@ Dependency Checking might itself drop and recreate dependent tables, causing it to invalidate its own query plan. +* Invalidate prepared queries, like INSERT, when the table definition + is altered + Indexes ======= diff --git a/doc/src/FAQ/TODO.html b/doc/src/FAQ/TODO.html index 5f4e453163..e4e5982249 100644 --- a/doc/src/FAQ/TODO.html +++ b/doc/src/FAQ/TODO.html @@ -8,7 +8,7 @@

PostgreSQL TODO List

Current maintainer: Bruce Momjian (bruce@momjian.us)
-Last updated: Sat May 5 10:44:05 EDT 2007 +Last updated: Sat May 5 10:47:39 EDT 2007

The most recent version of this document can be viewed at
http://www.postgresql.org/docs/faqs.TODO.html. @@ -430,8 +430,6 @@ first. There is also a developer's wiki at
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
  • Improve logging of prepared statements recovered during startup

    http://archives.postgresql.org/pgsql-hackers/2006-11/msg00092.php

    @@ -868,6 +866,8 @@ first. There is also a developer's wiki at
    might itself drop and recreate dependent tables, causing it to invalidate its own query plan.

    +
  • Invalidate prepared queries, like INSERT, when the table definition + is altered
  • Indexes