File tree 2 files changed +6
-2
lines changed
2 files changed +6
-2
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 29 23:21:22 EDT 2005
5
+ Last updated: Fri Jul 29 23:49:15 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.
@@ -701,6 +701,8 @@ Indexes
701
701
that can span more than one table.
702
702
703
703
* Allow SELECT ... FOR UPDATE on inherited tables
704
+ * Prevent inherited tables from expanding temporary subtables of other
705
+ sessions
704
706
* Add UNIQUE capability to non-btree indexes
705
707
* -Use indexes for MIN() and MAX()
706
708
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 29 23:21:22 EDT 2005
11
+ Last updated: Fri Jul 29 23:49:15 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 > .
@@ -637,6 +637,8 @@ <h1><a name="section_13">Indexes</a></h1>
637
637
that can span more than one table.
638
638
</ p >
639
639
</ li > < li > Allow SELECT ... FOR UPDATE on inherited tables
640
+ </ li > < li > Prevent inherited tables from expanding temporary subtables of other
641
+ sessions
640
642
</ li > < li > Add UNIQUE capability to non-btree indexes
641
643
</ li > < li > -< em > Use indexes for MIN() and MAX()</ em >
642
644
< p > MIN/MAX queries can already be rewritten as SELECT col FROM tab ORDER
You can’t perform that action at this time.
0 commit comments