aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2007-03-21 00:33:08 +0000
committerBruce Momjian <bruce@momjian.us>2007-03-21 00:33:08 +0000
commit3b765dba780ccb08f4ff7a693d57c19737a4d51c (patch)
treea7b3c4acbac6e99958ecc7825445a068c6428004
parentc45fa5598b3bed81d564da592ce9ea67af18b313 (diff)
downloadpostgresql-3b765dba780ccb08f4ff7a693d57c19737a4d51c.tar.gz
postgresql-3b765dba780ccb08f4ff7a693d57c19737a4d51c.zip
Add URL for:
* Allow accurate statistics to be collected on indexes with more than one column or expression indexes, perhaps using per-index statistics > http://archives.postgresql.org/pgsql-hackers/2007-03/msg01131.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 84ce67c0d79..421019fbd27 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -2,7 +2,7 @@
PostgreSQL TODO List
====================
Current maintainer: Bruce Momjian (bruce@momjian.us)
-Last updated: Tue Mar 20 12:36:15 EDT 2007
+Last updated: Tue Mar 20 20:33:04 EDT 2007
The most recent version of this document can be viewed at
http://www.postgresql.org/docs/faqs.TODO.html.
@@ -991,6 +991,7 @@ Indexes
one column or expression indexes, perhaps using per-index statistics
http://archives.postgresql.org/pgsql-performance/2006-10/msg00222.php
+ http://archives.postgresql.org/pgsql-hackers/2007-03/msg01131.php
* -Allow the creation of indexes with mixed ascending/descending
specifiers
diff --git a/doc/src/FAQ/TODO.html b/doc/src/FAQ/TODO.html
index 7cde9dff873..65b04854e21 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 Mar 20 12:36:15 EDT 2007
+Last updated: Tue Mar 20 20:33:04 EDT 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>.
@@ -885,6 +885,7 @@ first. There is also a developer's wiki at<br/>
</li><li>Allow accurate statistics to be collected on indexes with more than
one column or expression indexes, perhaps using per-index statistics
<p> <a href="http://archives.postgresql.org/pgsql-performance/2006-10/msg00222.php">http://archives.postgresql.org/pgsql-performance/2006-10/msg00222.php</a>
+ <a href="http://archives.postgresql.org/pgsql-hackers/2007-03/msg01131.php">http://archives.postgresql.org/pgsql-hackers/2007-03/msg01131.php</a>
</p>
</li><li>-<em>Allow the creation of indexes with mixed ascending/descending</em>
specifiers