diff options
author | Bruce Momjian | 2007-02-14 00:47:05 +0000 |
---|---|---|
committer | Bruce Momjian | 2007-02-14 00:47:05 +0000 |
commit | 65e2f55031802dd1ee8f22d880e49b94b3534483 (patch) | |
tree | 8a42674a96f3d8ff4d68de860b80072da1af0ce5 /doc/src | |
parent | e4f45d29be6d7cab4160eef58b93d6f01e1ec759 (diff) |
Add URL for:
>
> http://archives.postgresql.org/pgsql-performance/2006-10/msg00222.php
>
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/FAQ/TODO.html | 4 |
1 files changed, 3 insertions, 1 deletions
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: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 |