File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2
2
PostgreSQL TODO List
3
3
====================
4
4
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
5
- Last updated: Fri Jul 1 13:35:13 EDT 2005
5
+ Last updated: Sat Jul 2 10:30:35 EDT 2005
6
6
7
7
The most recent version of this document can be viewed at
8
8
http://www.postgresql.org/docs/faqs.TODO.html.
@@ -300,7 +300,7 @@ Indexes
300
300
that can span more than one table.
301
301
302
302
* Add UNIQUE capability to non-btree indexes
303
- * Add rtree index support for line, lseg, path, point
303
+ * Add more gist index support for geometric data types
304
304
* -Use indexes for MIN() and MAX()
305
305
306
306
MIN/MAX queries can already be rewritten as SELECT col FROM tab ORDER
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:pgman@candle.pha.pa.us "> pgman@candle.pha.pa.us</ a > )< br />
11
- Last updated: Fri Jul 1 13:35:13 EDT 2005
11
+ Last updated: Sat Jul 2 10:30:35 EDT 2005
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 > .
@@ -283,7 +283,7 @@ <h1><a name="section_6">Indexes</a></h1>
283
283
that can span more than one table.
284
284
</ p >
285
285
</ li > < li > Add UNIQUE capability to non-btree indexes
286
- </ li > < li > Add rtree index support for line, lseg, path, point
286
+ </ li > < li > Add more gist index support for geometric data types
287
287
</ li > < li > -< em > Use indexes for MIN() and MAX()</ em >
288
288
< p > MIN/MAX queries can already be rewritten as SELECT col FROM tab ORDER
289
289
BY col {DESC} LIMIT 1. Completing this item involves doing this
You can’t perform that action at this time.
0 commit comments