From: Bruce Momjian Date: Fri, 24 Jun 2005 02:30:43 +0000 (+0000) Subject: Completed: X-Git-Tag: REL8_1_0BETA1~481 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2f6be2ed6e97156dfe64302f2850d3aa23e2fd4b;p=postgresql Completed: < * Allow REINDEX to rebuild all database indexes, remove /contrib/reindex > * -Allow REINDEX to rebuild all database indexes --- diff --git a/doc/TODO b/doc/TODO index b81206889c..591b417820 100644 --- a/doc/TODO +++ b/doc/TODO @@ -2,7 +2,7 @@ PostgreSQL TODO List ==================== Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) -Last updated: Thu Jun 23 22:07:20 EDT 2005 +Last updated: Thu Jun 23 22:30:38 EDT 2005 The most recent version of this document can be viewed at http://www.postgresql.org/docs/faqs.TODO.html. @@ -383,7 +383,7 @@ Commands be USING, to avoid anything as confusing as DELETE FROM a FROM b. * Add CORRESPONDING BY to UNION/INTERSECT/EXCEPT -* Allow REINDEX to rebuild all database indexes, remove /contrib/reindex +* -Allow REINDEX to rebuild all database indexes * Add ROLLUP, CUBE, GROUPING SETS options to GROUP BY * Add a schema option to createlang * Allow UPDATE tab SET ROW (col, ...) = (...) for updating multiple columns diff --git a/doc/src/FAQ/TODO.html b/doc/src/FAQ/TODO.html index 0e2b4c5884..a8783f680b 100644 --- a/doc/src/FAQ/TODO.html +++ b/doc/src/FAQ/TODO.html @@ -8,7 +8,7 @@

PostgreSQL TODO List

Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
-Last updated: Thu Jun 23 22:07:20 EDT 2005 +Last updated: Thu Jun 23 22:30:38 EDT 2005

The most recent version of this document can be viewed at
http://www.postgresql.org/docs/faqs.TODO.html. @@ -354,7 +354,7 @@ first. be USING, to avoid anything as confusing as DELETE FROM a FROM b.

  • Add CORRESPONDING BY to UNION/INTERSECT/EXCEPT -
  • Allow REINDEX to rebuild all database indexes, remove /contrib/reindex +
  • -Allow REINDEX to rebuild all database indexes
  • Add ROLLUP, CUBE, GROUPING SETS options to GROUP BY
  • Add a schema option to createlang
  • Allow UPDATE tab SET ROW (col, ...) = (...) for updating multiple columns