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

Started by Bruce Momjianalmost 22 years ago1 messagescomitters
Jump to latest
#1Bruce Momjian
bruce@momjian.us

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&amp;r2=1.1341)