File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 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: Sat May 28 00:12:10 EDT 2005
5
+ Last updated: Mon May 30 17:08:29 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.
@@ -296,6 +296,8 @@ Indexes
296
296
The main difficulty with this item is the problem of creating an index
297
297
that can span more than one table.
298
298
299
+ * Prevent child tables from altering constraints like CHECK that were
300
+ inherited from the parent table
299
301
* Add UNIQUE capability to non-btree indexes
300
302
* Add rtree index support for line, lseg, path, point
301
303
* -Use indexes for MIN() and MAX()
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: Sat May 28 00:12:10 EDT 2005
11
+ Last updated: Mon May 30 17:08:29 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 > .
@@ -277,6 +277,8 @@ <h1><a name="section_6">Indexes</a></h1>
277
277
< p > The main difficulty with this item is the problem of creating an index
278
278
that can span more than one table.
279
279
</ p >
280
+ </ li > < li > Prevent child tables from altering constraints like CHECK that were
281
+ inherited from the parent table
280
282
</ li > < li > Add UNIQUE capability to non-btree indexes
281
283
</ li > < li > Add rtree index support for line, lseg, path, point
282
284
</ li > < li > -< em > Use indexes for MIN() and MAX()</ em >
You can’t perform that action at this time.
0 commit comments