diff options
| author | Bruce Momjian | 2004-08-16 16:14:31 +0000 |
|---|---|---|
| committer | Bruce Momjian | 2004-08-16 16:14:31 +0000 |
| commit | bc91389df9fa356701f60344c03b13424fa9fc6d (patch) | |
| tree | 08061d30c5f96520996e6efa9bc2e667544ce79a | |
| parent | 33829a5e0f3eb6f9ae80728e1aa78fc208a5daae (diff) | |
Add:
> o Add ALTER INDEX syntax to work like ALTER TABLE indexname
| -rw-r--r-- | doc/TODO | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -5,7 +5,7 @@ TODO list for PostgreSQL Bracketed items "[]" have more detail. 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. @@ -374,6 +374,7 @@ Commands o -Add ALTER SEQUENCE ... OWNER TO o Add ALTER INDEX that works just like ALTER TABLE already does on an index + o Add ALTER INDEX syntax to work like ALTER TABLE indexname * CLUSTER o Automatically maintain clustering on a table |
