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

Поиск
Список
Период
Сортировка
От momjian@svr1.postgresql.org (Bruce Momjian)
Тема pgsql: Remove idea of schema tablespaces: < o Allow databases and
Дата
Msg-id 20050609030048.35C8552869@svr1.postgresql.org
обсуждение исходный текст
Список pgsql-committers
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)

В списке pgsql-committers по дате отправления:

Предыдущее
От: tgl@svr1.postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Marginal hack to avoid spending a lot of time in find_join_rel
Следующее
От: tgl@svr1.postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Simplify the planner's join clause management by storing join