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

Поиск
Список
Период
Сортировка
Искать

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

От:
momjian@svr1.postgresql.org (Bruce Momjian)
Дата:
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)
FAQ