Обсуждение: pgsql: Remove idea of schema tablespaces: < o Allow databases and

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

pgsql: Remove idea of schema tablespaces: < o Allow databases and

От
momjian@svr1.postgresql.org (Bruce Momjian)
Дата:
Log Message:
-----------
Remove idea of schema 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 databases to be moved to different tablespaces
484c480
<       schema. Global system tables can never be moved.
>       tablespace. Global system tables can never be moved.

Modified Files:
--------------
    pgsql/doc:
        TODO (r1.1555 -> r1.1556)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/TODO.diff?r1=1.1555&r2=1.1556)
    pgsql/doc/src/FAQ:
        TODO.html (r1.62 -> r1.63)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/FAQ/TODO.html.diff?r1=1.62&r2=1.63)