Completed:
authorBruce Momjian
Fri, 24 Jun 2005 02:30:43 +0000 (02:30 +0000)
committerBruce Momjian
Fri, 24 Jun 2005 02:30:43 +0000 (02:30 +0000)
< * Allow REINDEX to rebuild all database indexes, remove /contrib/reindex
> * -Allow REINDEX to rebuild all database indexes

doc/TODO
doc/src/FAQ/TODO.html

index b81206889cc6663bb3127be38edbc24ee19b57c5..591b41782094259db83fb443236a3b14a5564338 100644 (file)
--- a/doc/TODO
+++ b/doc/TODO
@@ -2,7 +2,7 @@
 PostgreSQL TODO List
 ====================
 Current maintainer:    Bruce Momjian ([email protected])
-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
index 0e2b4c588403e56bf1b1df142bb31e5305296618..a8783f680b2e5a9fba4f5d544cefd17c0d4f8d36 100644 (file)
@@ -8,7 +8,7 @@
 
 

PostgreSQL TODO List

 

Current maintainer:     Bruce Momjian ([email protected])

-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