From ff8e5526dd6a2b2e1378fc2e9b22ff4ad5fb07b5 Mon Sep 17 00:00:00 2001
From: Bruce Momjian <bruce@momjian.us>
Date: Fri, 20 Aug 2004 20:07:12 +0000
Subject: [PATCH] Add ALTER SCHEMA item detail:

< 	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 | 12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)

diff --git a/doc/TODO b/doc/TODO
index 5e47c3c1a17..35f460def2f 100644
--- 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
-- 
GitLab