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: Thu Jun 23 22:07:20 EDT 2005
5
+ Last updated: Thu Jun 23 22:30:38 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.
@@ -383,7 +383,7 @@ Commands
383
383
be USING, to avoid anything as confusing as DELETE FROM a FROM b.
384
384
385
385
* Add CORRESPONDING BY to UNION/INTERSECT/EXCEPT
386
- * Allow REINDEX to rebuild all database indexes, remove /contrib/reindex
386
+ * - Allow REINDEX to rebuild all database indexes
387
387
* Add ROLLUP, CUBE, GROUPING SETS options to GROUP BY
388
388
* Add a schema option to createlang
389
389
* Allow UPDATE tab SET ROW (col, ...) = (...) for updating multiple columns
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: Thu Jun 23 22:07:20 EDT 2005
11
+ Last updated: Thu Jun 23 22:30:38 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 > .
@@ -354,7 +354,7 @@ <h1><a name="section_7">Commands</a></h1>
354
354
be USING, to avoid anything as confusing as DELETE FROM a FROM b.
355
355
</ p >
356
356
</ li > < li > Add CORRESPONDING BY to UNION/INTERSECT/EXCEPT
357
- </ li > < li > Allow REINDEX to rebuild all database indexes, remove /contrib/reindex
357
+ </ li > < li > - < em > Allow REINDEX to rebuild all database indexes</ em >
358
358
</ li > < li > Add ROLLUP, CUBE, GROUPING SETS options to GROUP BY
359
359
</ li > < li > Add a schema option to createlang
360
360
</ li > < li > Allow UPDATE tab SET ROW (col, ...) = (...) for updating multiple columns
You can’t perform that action at this time.
0 commit comments