mirror of
https://github.com/postgres/postgres.git
synced 2025-08-09 17:03:00 +03:00
Add:
> o Add ALTER INDEX syntax to work like ALTER TABLE indexname
This commit is contained in:
3
doc/TODO
3
doc/TODO
@@ -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: Mon Aug 16 00:37:25 EDT 2004
|
Last updated: Mon Aug 16 12:14:34 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.
|
||||||
|
|
||||||
@@ -374,6 +374,7 @@ Commands
|
|||||||
o -Add ALTER SEQUENCE ... OWNER TO
|
o -Add ALTER SEQUENCE ... OWNER TO
|
||||||
o Add ALTER INDEX that works just like ALTER TABLE already does
|
o Add ALTER INDEX that works just like ALTER TABLE already does
|
||||||
on an index
|
on an index
|
||||||
|
o Add ALTER INDEX syntax to work like ALTER TABLE indexname
|
||||||
|
|
||||||
* CLUSTER
|
* CLUSTER
|
||||||
o Automatically maintain clustering on a table
|
o Automatically maintain clustering on a table
|
||||||
|
Reference in New Issue
Block a user