summaryrefslogtreecommitdiff
path: root/doc/src/FAQ
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2008-03-17 01:46:42 +0000
committerBruce Momjian <bruce@momjian.us>2008-03-17 01:46:42 +0000
commita7c58abeb1d510a31098b1eb706ae18b662af8df (patch)
tree185727b12920cac38ca5bfc2acf58a933a59f6d0 /doc/src/FAQ
parentff213239c5da29b3a5b66b03f742fae3522f2436 (diff)
Done:
> o -During index creation, pre-sort the tuples to improve build speed
Diffstat (limited to 'doc/src/FAQ')
-rw-r--r--doc/src/FAQ/TODO.html6
1 files changed, 2 insertions, 4 deletions
diff --git a/doc/src/FAQ/TODO.html b/doc/src/FAQ/TODO.html
index 6e411d30c13..4a41a657b7f 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: Wed Mar 12 21:56:41 EDT 2008
+Last updated: Sun Mar 16 21:46:33 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>.
@@ -1048,9 +1048,7 @@ first. There is also a developer's wiki at<br/>
of the key itself
</li><li>Add WAL logging for crash recovery
</li><li>Allow multi-column hash indexes
- </li><li>During index creation, pre-sort the tuples to improve build speed
-<p> <a href="http://archives.postgresql.org/pgsql-hackers/2007-03/msg01199.php">http://archives.postgresql.org/pgsql-hackers/2007-03/msg01199.php</a>
-</p>
+ </li><li>-<em>During index creation, pre-sort the tuples to improve build speed</em>
</li></ul>
<h1><a name="section_13">Fsync</a></h1>