pgsql: Cleanups: < * Allow a database in tablespace t1 with tables

From: momjian(at)postgresql(dot)org (Bruce Momjian)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Cleanups: < * Allow a database in tablespace t1 with tables
Date: 2006-06-09 18:41:57
Message-ID: 20060609184157.5C7BD9FA5DD@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Cleanups:

< * Allow a database in tablespace t1 with tables created in
> o Allow a database in tablespace t1 with tables created in
125c125
< * Allow reporting of which objects are in which tablespaces
> o Allow reporting of which objects are in which tablespaces
593c593
< * Allow GRANT/REVOKE permissions to be inherited by objects based on
> o Allow GRANT/REVOKE permissions to be inherited by objects based on
596c596
< * Allow SERIAL sequences to inherit permissions from the base table?
> o Allow SERIAL sequences to inherit permissions from the base table?

Modified Files:
--------------
pgsql/doc:
TODO (r1.1850 -> r1.1851)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/TODO.diff?r1=1.1850&r2=1.1851)
pgsql/doc/src/FAQ:
TODO.html (r1.353 -> r1.354)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/FAQ/TODO.html.diff?r1=1.353&r2=1.354)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2006-06-09 19:30:56 pgsql: Revert sampling patch for EXPLAIN ANALYZE; it turns out to be too
Previous Message Bruce Momjian 2006-06-09 18:12:29 pgsql: Cleanup: < * -%Allow pooled connections to list all prepared