File tree 2 files changed +4
-2
lines changed
2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 1
1
PostgreSQL TODO List
2
2
====================
3
3
Current maintainer: Bruce Momjian (bruce@momjian.us)
4
- Last updated: Wed Mar 12 14:33:47 EDT 2008
4
+ Last updated: Wed Mar 12 15:15:19 EDT 2008
5
5
6
6
The most recent version of this document can be viewed at
7
7
http://www.postgresql.org/docs/faqs.TODO.html.
@@ -1142,6 +1142,7 @@ Indexes
1142
1142
to replace the existing index file. CREATE INDEX CONCURRENTLY does not
1143
1143
have this complication. This would allow index compaction without
1144
1144
downtime.
1145
+ http://archives.postgresql.org/pgsql-performance/2007-08/msg00289.php
1145
1146
1146
1147
* Allow multiple indexes to be created concurrently, ideally via a
1147
1148
single heap scan, and have pg_restore use it
Original file line number Diff line number Diff line change 8
8
< body bgcolor ="#FFFFFF " text ="#000000 " link ="#FF0000 " vlink ="#A00000 " alink ="#0000FF ">
9
9
< h1 > < a name ="section_1 "> PostgreSQL TODO List</ a > </ h1 >
10
10
< p > Current maintainer: Bruce Momjian (< a href ="mailto:bruce@momjian.us "> bruce@momjian.us</ a > )< br />
11
- Last updated: Wed Mar 12 14:33:47 EDT 2008
11
+ Last updated: Wed Mar 12 15:15:19 EDT 2008
12
12
</ p >
13
13
< p > The most recent version of this document can be viewed at< br />
14
14
< a href ="http://www.postgresql.org/docs/faqs.TODO.html "> http://www.postgresql.org/docs/faqs.TODO.html</ a > .
@@ -998,6 +998,7 @@ <h1><a name="section_12">Indexes</a></h1>
998
998
to replace the existing index file. CREATE INDEX CONCURRENTLY does not
999
999
have this complication. This would allow index compaction without
1000
1000
downtime.
1001
+ < a href ="http://archives.postgresql.org/pgsql-performance/2007-08/msg00289.php "> http://archives.postgresql.org/pgsql-performance/2007-08/msg00289.php</ a >
1001
1002
</ p >
1002
1003
</ li > < li > Allow multiple indexes to be created concurrently, ideally via a
1003
1004
single heap scan, and have pg_restore use it
You can’t perform that action at this time.
0 commit comments