pgsql-server: Add ALTER SCHEMA item detail: < o Allow databases, - Mailing list pgsql-committers

From momjian@svr1.postgresql.org (Bruce Momjian)
Subject pgsql-server: Add ALTER SCHEMA item detail: < o Allow databases,
Date
Msg-id 20040820200712.7AA555E46E0@svr1.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
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

Modified Files:
--------------
    pgsql-server/doc:
        TODO (r1.1340 -> r1.1341)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql-server/doc/TODO.diff?r1=1.1340&r2=1.1341)

pgsql-committers by date:

Previous
From: momjian@svr1.postgresql.org (Bruce Momjian)
Date:
Subject: pgsql-server: They are two different problems; the TOC entry is
Next
From: momjian@svr1.postgresql.org (Bruce Momjian)
Date:
Subject: pgsql-server: > Please find enclose a submission to fix these problems.