OSDN Git Service

Add URL for:
authorBruce Momjian <bruce@momjian.us>
Wed, 14 Feb 2007 00:47:05 +0000 (00:47 +0000)
committerBruce Momjian <bruce@momjian.us>
Wed, 14 Feb 2007 00:47:05 +0000 (00:47 +0000)
>
>   http://archives.postgresql.org/pgsql-performance/2006-10/msg00222.php
>

doc/TODO
doc/src/FAQ/TODO.html

index 19aee63..383f114 100644 (file)
--- a/doc/TODO
+++ b/doc/TODO
@@ -2,7 +2,7 @@
 PostgreSQL TODO List
 ====================
 Current maintainer:    Bruce Momjian (bruce@momjian.us)
-Last updated:          Tue Feb 13 18:23:03 EST 2007
+Last updated:          Tue Feb 13 19:47:00 EST 2007
 
 The most recent version of this document can be viewed at
 http://www.postgresql.org/docs/faqs.TODO.html.
@@ -944,6 +944,9 @@ Indexes
 
 * 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-performance/2006-10/msg00222.php
+
 * -Allow the creation of indexes with mixed ascending/descending
   specifiers
 * Consider compressing indexes by storing key values duplicated in
index 20a4486..96a22ce 100644 (file)
@@ -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 18:23:03 EST 2007
+Last updated:           Tue Feb 13 19:47:00 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>.
@@ -847,6 +847,8 @@ first.  There is also a developer's wiki at<br/>
 </p>
   </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>
+</p>
   </li><li>-<em>Allow the creation of indexes with mixed ascending/descending</em>
   specifiers
   </li><li>Consider compressing indexes by storing key values duplicated in