aboutsummaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2006-04-27 02:41:36 +0000
committerBruce Momjian <bruce@momjian.us>2006-04-27 02:41:36 +0000
commit80aa37a72f7e6ca3bba58d7d532d112a7f07472b (patch)
tree8bcc3d47ac802bd295b795dd28cde971553df2df /doc/src
parente747f4935a7463548862cead95d5c9dcdfea0d0a (diff)
downloadpostgresql-80aa37a72f7e6ca3bba58d7d532d112a7f07472b.tar.gz
postgresql-80aa37a72f7e6ca3bba58d7d532d112a7f07472b.zip
Add:
> * Invalidate prepared queries, like INSERT, when the table definition > is altered
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/FAQ/TODO.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/src/FAQ/TODO.html b/doc/src/FAQ/TODO.html
index eb584e9093b..0083061b1e7 100644
--- a/doc/src/FAQ/TODO.html
+++ b/doc/src/FAQ/TODO.html
@@ -8,7 +8,7 @@
<body bgcolor="#FFFFFF" text="#000000" link="#FF0000" vlink="#A00000" alink="#0000FF">
<h1><a name="section_1">PostgreSQL TODO List</a></h1>
<p>Current maintainer: Bruce Momjian (<a href="mailto:pgman@candle.pha.pa.us">pgman@candle.pha.pa.us</a>)<br/>
-Last updated: Tue Apr 25 22:15:17 EDT 2006
+Last updated: Wed Apr 26 22:41:35 EDT 2006
</p>
<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>.
@@ -368,6 +368,8 @@ first.
manually or automatically when statistics for execute parameters
differ dramatically from those used during planning.
</p>
+ </li><li>Invalidate prepared queries, like INSERT, when the table definition
+ is altered
</li><li>Allow LISTEN/NOTIFY to store info in memory rather than tables?
<p> Currently LISTEN/NOTIFY information is stored in pg_listener. Storing
such information in memory would improve performance.