Add ALTER SCHEMA item detail:
authorBruce Momjian <bruce@momjian.us>
Fri, 20 Aug 2004 20:07:12 +0000 (20:07 +0000)
committerBruce Momjian <bruce@momjian.us>
Fri, 20 Aug 2004 20:07:12 +0000 (20:07 +0000)
<  o Allow databases, schemas, and indexes to be moved to different
<    tablespaces
>  o Allow databases and schemas to be moved to different tablespaces
>
>  One complexity is whether moving a schema should move all existing
>  schema objects or just define the location for future object creation.
>
382c385
<  o Add ALTER INDEX that works just like ALTER TABLE already does
>  o -Add ALTER INDEX that works just like ALTER TABLE already does
384d386
<  o Add ALTER INDEX syntax to work like ALTER TABLE indexname

doc/TODO

index 5e47c3c1a1756f212539efd71be6cfae0bae692f..35f460def2ff98ae44aa15199638b0b8777fea31 100644 (file)
--- a/doc/TODO
+++ b/doc/TODO
@@ -5,7 +5,7 @@ TODO list for PostgreSQL
 Bracketed items "[]" have more detail.
 
 Current maintainer:    Bruce Momjian (pgman@candle.pha.pa.us)
-Last updated:          Fri Aug 20 15:30:27 EDT 2004
+Last updated:          Fri Aug 20 16:07:04 EDT 2004
 
 The most recent version of this document can be viewed at the PostgreSQL web site, http://www.PostgreSQL.org.
 
@@ -370,8 +370,11 @@ Commands
        o Disallow dropping of an inherited constraint
        o Allow objects to be moved to different schemas
        o Allow ALTER TABLESPACE to move to different directories
-       o Allow databases, schemas, and indexes to be moved to different 
-         tablespaces
+       o Allow databases and schemas to be moved to different tablespaces
+
+       One complexity is whether moving a schema should move all existing
+       schema objects or just define the location for future object creation.
+
        o Allow moving system tables to other tablespaces, where possible
 
        Currently non-global system tables must be in the default database
@@ -379,9 +382,8 @@ Commands
 
        o -Add ALTER DOMAIN, AGGREGATE, CONVERSION ... 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
-       o Add ALTER INDEX syntax to work like ALTER TABLE indexname
 
 * CLUSTER
        o Automatically maintain clustering on a table