diff options
| -rw-r--r-- | doc/TODO | 5 | ||||
| -rw-r--r-- | doc/src/FAQ/TODO.html | 4 |
2 files changed, 7 insertions, 2 deletions
@@ -2,7 +2,7 @@ PostgreSQL TODO List ==================== Current maintainer: Bruce Momjian ([email protected]) -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 diff --git a/doc/src/FAQ/TODO.html b/doc/src/FAQ/TODO.html index 20a44865a99..96a22cedfae 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:[email protected]">[email protected]</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 |
