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

From: momjian(at)svr1(dot)postgresql(dot)org (Bruce Momjian)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Remove idea of schema tablespaces: < o Allow databases and
Date: 2005-06-09 03:00:48
Message-ID: 20050609030048.35C8552869@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2005-06-09 04:19:00 pgsql: Simplify the planner's join clause management by storing join
Previous Message Tom Lane 2005-06-08 23:02:06 pgsql: Marginal hack to avoid spending a lot of time in find_join_rel