Skip to content

Commit 1975090

Browse files
committed
1 parent 0b6b8cd commit 1975090

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

doc/TODO

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PostgreSQL TODO List
22
====================
33
Current maintainer: Bruce Momjian (bruce@momjian.us)
4-
Last updated: Wed Apr 23 20:39:45 EDT 2008
4+
Last updated: Wed Apr 23 22:24:23 EDT 2008
55

66
The most recent version of this document can be viewed at
77
http://www.postgresql.org/docs/faqs.TODO.html.
@@ -1266,6 +1266,7 @@ Indexes
12661266
http://archives.postgresql.org/pgsql-patches/2007-03/msg00163.php
12671267
http://archives.postgresql.org/pgsql-hackers/2007-08/msg00014.php
12681268
http://archives.postgresql.org/pgsql-hackers/2007-08/msg00487.php
1269+
http://archives.postgresql.org/pgsql-hackers/2008-04/msg01589.php
12691270

12701271
* Add REINDEX CONCURRENTLY, like CREATE INDEX CONCURRENTLY
12711272

doc/src/FAQ/TODO.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<body bgcolor="#FFFFFF" text="#000000" link="#FF0000" vlink="#A00000" alink="#0000FF">
99
<h1><a name="section_1">PostgreSQL TODO List</a></h1>
1010
<p>Current maintainer: Bruce Momjian (<a href="mailto:bruce@momjian.us">bruce@momjian.us</a>)<br/>
11-
Last updated: Wed Apr 23 20:39:45 EDT 2008
11+
Last updated: Wed Apr 23 22:24:23 EDT 2008
1212
</p>
1313
<p>The most recent version of this document can be viewed at<br/>
1414
<a href="http://www.postgresql.org/docs/faqs.TODO.html">http://www.postgresql.org/docs/faqs.TODO.html</a>.
@@ -1098,6 +1098,7 @@ <h1><a name="section_12">Indexes</a></h1>
10981098
<a href="http://archives.postgresql.org/pgsql-patches/2007-03/msg00163.php">http://archives.postgresql.org/pgsql-patches/2007-03/msg00163.php</a>
10991099
<a href="http://archives.postgresql.org/pgsql-hackers/2007-08/msg00014.php">http://archives.postgresql.org/pgsql-hackers/2007-08/msg00014.php</a>
11001100
<a href="http://archives.postgresql.org/pgsql-hackers/2007-08/msg00487.php">http://archives.postgresql.org/pgsql-hackers/2007-08/msg00487.php</a>
1101+
<a href="http://archives.postgresql.org/pgsql-hackers/2008-04/msg01589.php">http://archives.postgresql.org/pgsql-hackers/2008-04/msg01589.php</a>
11011102
</p>
11021103
</li><li>Add REINDEX CONCURRENTLY, like CREATE INDEX CONCURRENTLY
11031104
<p> This is difficult because you must upgrade to an exclusive table lock

0 commit comments

Comments
 (0)