Commit 2f6be2ed authored by Bruce Momjian's avatar Bruce Momjian

Completed:

< * Allow REINDEX to rebuild all database indexes, remove /contrib/reindex
> * -Allow REINDEX to rebuild all database indexes
parent ebb39957
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
PostgreSQL TODO List PostgreSQL TODO List
==================== ====================
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) 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 The most recent version of this document can be viewed at
http://www.postgresql.org/docs/faqs.TODO.html. http://www.postgresql.org/docs/faqs.TODO.html.
...@@ -383,7 +383,7 @@ Commands ...@@ -383,7 +383,7 @@ Commands
be USING, to avoid anything as confusing as DELETE FROM a FROM b. be USING, to avoid anything as confusing as DELETE FROM a FROM b.
* Add CORRESPONDING BY to UNION/INTERSECT/EXCEPT * 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 ROLLUP, CUBE, GROUPING SETS options to GROUP BY
* Add a schema option to createlang * Add a schema option to createlang
* Allow UPDATE tab SET ROW (col, ...) = (...) for updating multiple columns * Allow UPDATE tab SET ROW (col, ...) = (...) for updating multiple columns
......
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
<body bgcolor="#FFFFFF" text="#000000" link="#FF0000" vlink="#A00000" alink="#0000FF"> <body bgcolor="#FFFFFF" text="#000000" link="#FF0000" vlink="#A00000" alink="#0000FF">
<h1><a name="section_1">PostgreSQL TODO List</a></h1> <h1><a name="section_1">PostgreSQL TODO List</a></h1>
<p>Current maintainer: Bruce Momjian (<a href="mailto:pgman@candle.pha.pa.us">pgman@candle.pha.pa.us</a>)<br/> <p>Current maintainer: Bruce Momjian (<a href="mailto:pgman@candle.pha.pa.us">pgman@candle.pha.pa.us</a>)<br/>
Last updated: Thu Jun 23 22:07:20 EDT 2005 Last updated: Thu Jun 23 22:30:38 EDT 2005
</p> </p>
<p>The most recent version of this document can be viewed at<br/> <p>The most recent version of this document can be viewed at<br/>
<a href="http://www.postgresql.org/docs/faqs.TODO.html">http://www.postgresql.org/docs/faqs.TODO.html</a>. <a href="http://www.postgresql.org/docs/faqs.TODO.html">http://www.postgresql.org/docs/faqs.TODO.html</a>.
...@@ -354,7 +354,7 @@ first. ...@@ -354,7 +354,7 @@ first.
be USING, to avoid anything as confusing as DELETE FROM a FROM b. be USING, to avoid anything as confusing as DELETE FROM a FROM b.
</p> </p>
</li><li>Add CORRESPONDING BY to UNION/INTERSECT/EXCEPT </li><li>Add CORRESPONDING BY to UNION/INTERSECT/EXCEPT
</li><li>Allow REINDEX to rebuild all database indexes, remove /contrib/reindex </li><li>-<em>Allow REINDEX to rebuild all database indexes</em>
</li><li>Add ROLLUP, CUBE, GROUPING SETS options to GROUP BY </li><li>Add ROLLUP, CUBE, GROUPING SETS options to GROUP BY
</li><li>Add a schema option to createlang </li><li>Add a schema option to createlang
</li><li>Allow UPDATE tab SET ROW (col, ...) = (...) for updating multiple columns </li><li>Allow UPDATE tab SET ROW (col, ...) = (...) for updating multiple columns
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment