pgsql: Remove idea of schema tablespaces: < o Allow databases and - Mailing list pgsql-committers

From momjian@svr1.postgresql.org (Bruce Momjian)
Subject pgsql: Remove idea of schema tablespaces: < o Allow databases and
Date
Msg-id 20050609030048.35C8552869@svr1.postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: tgl@svr1.postgresql.org (Tom Lane)
Date:
Subject: pgsql: Marginal hack to avoid spending a lot of time in find_join_rel
Next
From: tgl@svr1.postgresql.org (Tom Lane)
Date:
Subject: pgsql: Simplify the planner's join clause management by storing join