aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2008-04-14 13:33:53 +0000
committerBruce Momjian <bruce@momjian.us>2008-04-14 13:33:53 +0000
commit9afab58eed72ef8ee73b45c2b0ac734cbbc705ed (patch)
tree96c665879a41ae1fb74f48aeb6877f999816f704
parent226837e57eb6092b160e7272e7d09a3748c0eb47 (diff)
downloadpostgresql-9afab58eed72ef8ee73b45c2b0ac734cbbc705ed.tar.gz
postgresql-9afab58eed72ef8ee73b45c2b0ac734cbbc705ed.zip
Add URL for:
* Consider automatic caching of statements at various levels: > http://archives.postgresql.org/pgsql-hackers/2008-04/msg00823.php
-rw-r--r--doc/TODO3
-rw-r--r--doc/src/FAQ/TODO.html3
2 files changed, 4 insertions, 2 deletions
diff --git a/doc/TODO b/doc/TODO
index aefebb31eca..b307fba82bb 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,7 +1,7 @@
PostgreSQL TODO List
====================
Current maintainer: Bruce Momjian (bruce@momjian.us)
-Last updated: Fri Apr 11 15:50:35 EDT 2008
+Last updated: Mon Apr 14 09:33:40 EDT 2008
The most recent version of this document can be viewed at
http://www.postgresql.org/docs/faqs.TODO.html.
@@ -1401,6 +1401,7 @@ Cache Usage
o Parsed query tree
o Query execute plan
o Query results
+ http://archives.postgresql.org/pgsql-hackers/2008-04/msg00823.php
* Consider increasing internal areas when shared buffers is increased
diff --git a/doc/src/FAQ/TODO.html b/doc/src/FAQ/TODO.html
index 1ff40e4a9c3..9686d757fc7 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: Fri Apr 11 15:50:35 EDT 2008
+Last updated: Mon Apr 14 09:33:40 EDT 2008
</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>.
@@ -1214,6 +1214,7 @@ first. There is also a developer's wiki at<br/>
<li>Parsed query tree
</li><li>Query execute plan
</li><li>Query results
+ <a href="http://archives.postgresql.org/pgsql-hackers/2008-04/msg00823.php">http://archives.postgresql.org/pgsql-hackers/2008-04/msg00823.php</a>
</li></ul>
</li><li>Consider increasing internal areas when shared buffers is increased
<p> <a href="http://archives.postgresql.org/pgsql-hackers/2005-10/msg01419.php">http://archives.postgresql.org/pgsql-hackers/2005-10/msg01419.php</a>