Commit 92275092 authored by Bruce Momjian's avatar Bruce Momjian

Add:

> 	o Add ALTER INDEX that works just like ALTER TABLE already does
> 	  on an index
parent 7f7e8cc3
...@@ -5,7 +5,7 @@ TODO list for PostgreSQL ...@@ -5,7 +5,7 @@ TODO list for PostgreSQL
Bracketed items "[]" have more detail. Bracketed items "[]" have more detail.
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
Last updated: Thu Aug 12 15:45:17 EDT 2004 Last updated: Thu Aug 12 22:47:54 EDT 2004
The most recent version of this document can be viewed at the PostgreSQL web site, http://www.PostgreSQL.org. The most recent version of this document can be viewed at the PostgreSQL web site, http://www.PostgreSQL.org.
...@@ -367,6 +367,8 @@ Commands ...@@ -367,6 +367,8 @@ Commands
o -Add ALTER DOMAIN, AGGREGATE, CONVERSION ... OWNER TO o -Add ALTER DOMAIN, AGGREGATE, CONVERSION ... OWNER TO
o -Add ALTER SEQUENCE ... OWNER TO o -Add ALTER SEQUENCE ... OWNER TO
o Add ALTER INDEX that works just like ALTER TABLE already does
on an index
* CLUSTER * CLUSTER
o Automatically maintain clustering on a table o Automatically maintain clustering on a table
......
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