summaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorBruce Momjian2007-02-14 04:19:37 +0000
committerBruce Momjian2007-02-14 04:19:37 +0000
commit7de3375f780f6af2c3773246b3b0cd4c3c2a083e (patch)
tree7f327388e8693bc1ed14a1f1601a62ab1d086340 /doc/src
parent595630af28dfe3f679cdcb7c322284044838e159 (diff)
Add:
> * Improve logging of prepared statements recovered during startup > > http://archives.postgresql.org/pgsql-hackers/2006-11/msg00092.php >
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/FAQ/TODO.html5
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/src/FAQ/TODO.html b/doc/src/FAQ/TODO.html
index e312ec1ec46..fe7a82f2240 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:bruce@momjian.us">bruce@momjian.us</a>)<br/>
-Last updated: Tue Feb 13 21:49:31 EST 2007
+Last updated: Tue Feb 13 23:19:33 EST 2007
</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>.
@@ -414,6 +414,9 @@ first. There is also a developer's wiki at<br/>
</p>
</li><li>Invalidate prepared queries, like INSERT, when the table definition
is altered
+ </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>
</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.