Commit dc9d3947 authored by Bruce Momjian's avatar Bruce Momjian

Move item:

< * Invalidate prepared queries, like INSERT, when the table definition
<   is altered
>
> * Invalidate prepared queries, like INSERT, when the table definition
>   is altered
parent b573fec8
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
PostgreSQL TODO List PostgreSQL TODO List
==================== ====================
Current maintainer: Bruce Momjian (bruce@momjian.us) 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 The most recent version of this document can be viewed at
http://www.postgresql.org/docs/faqs.TODO.html. http://www.postgresql.org/docs/faqs.TODO.html.
...@@ -480,8 +480,6 @@ SQL Commands ...@@ -480,8 +480,6 @@ SQL Commands
manually or automatically when statistics for execute parameters manually or automatically when statistics for execute parameters
differ dramatically from those used during planning. 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 * Improve logging of prepared statements recovered during startup
http://archives.postgresql.org/pgsql-hackers/2006-11/msg00092.php http://archives.postgresql.org/pgsql-hackers/2006-11/msg00092.php
...@@ -975,6 +973,9 @@ Dependency Checking ...@@ -975,6 +973,9 @@ Dependency Checking
might itself drop and recreate dependent tables, causing it to might itself drop and recreate dependent tables, causing it to
invalidate its own query plan. invalidate its own query plan.
* Invalidate prepared queries, like INSERT, when the table definition
is altered
Indexes Indexes
======= =======
......
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
<body bgcolor="#FFFFFF" text="#000000" link="#FF0000" vlink="#A00000" alink="#0000FF"> <body bgcolor="#FFFFFF" text="#000000" link="#FF0000" vlink="#A00000" alink="#0000FF">
<h1><a name="section_1">PostgreSQL TODO List</a></h1> <h1><a name="section_1">PostgreSQL TODO List</a></h1>
<p>Current maintainer: Bruce Momjian (<a href="mailto:bruce@momjian.us">bruce@momjian.us</a>)<br/> <p>Current maintainer: Bruce Momjian (<a href="mailto:bruce@momjian.us">bruce@momjian.us</a>)<br/>
Last updated: Sat May 5 10:44:05 EDT 2007 Last updated: Sat May 5 10:47:39 EDT 2007
</p> </p>
<p>The most recent version of this document can be viewed at<br/> <p>The most recent version of this document can be viewed at<br/>
<a href="http://www.postgresql.org/docs/faqs.TODO.html">http://www.postgresql.org/docs/faqs.TODO.html</a>. <a href="http://www.postgresql.org/docs/faqs.TODO.html">http://www.postgresql.org/docs/faqs.TODO.html</a>.
...@@ -430,8 +430,6 @@ first. There is also a developer's wiki at<br/> ...@@ -430,8 +430,6 @@ first. There is also a developer's wiki at<br/>
manually or automatically when statistics for execute parameters manually or automatically when statistics for execute parameters
differ dramatically from those used during planning. differ dramatically from those used during planning.
</p> </p>
</li><li>Invalidate prepared queries, like INSERT, when the table definition
is altered
</li><li>Improve logging of prepared statements recovered during startup </li><li>Improve logging of prepared statements recovered during startup
<p> <a href="http://archives.postgresql.org/pgsql-hackers/2006-11/msg00092.php">http://archives.postgresql.org/pgsql-hackers/2006-11/msg00092.php</a> <p> <a href="http://archives.postgresql.org/pgsql-hackers/2006-11/msg00092.php">http://archives.postgresql.org/pgsql-hackers/2006-11/msg00092.php</a>
</p> </p>
...@@ -868,6 +866,8 @@ first. There is also a developer's wiki at<br/> ...@@ -868,6 +866,8 @@ first. There is also a developer's wiki at<br/>
might itself drop and recreate dependent tables, causing it to might itself drop and recreate dependent tables, causing it to
invalidate its own query plan. invalidate its own query plan.
</p> </p>
</li><li>Invalidate prepared queries, like INSERT, when the table definition
is altered
</li></ul> </li></ul>
<h1><a name="section_12">Indexes</a></h1> <h1><a name="section_12">Indexes</a></h1>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment