]> granicus.if.org Git - postgresql/commit
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)
commitff8e5526dd6a2b2e1378fc2e9b22ff4ad5fb07b5
treef4ec22aac5a5cdd51b5d292964d16cfaf9797c3a
parentf7168bd44c4e63ae72fbaaeccc5332473dd8bc94
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