pgsql: Cleanups: < * Allow a database in tablespace t1 with tables - Mailing list pgsql-committers

From momjian@postgresql.org (Bruce Momjian)
Subject pgsql: Cleanups: < * Allow a database in tablespace t1 with tables
Date
Msg-id 20060609184157.5C7BD9FA5DD@postgresql.org
Whole thread Raw
List 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)

pgsql-committers by date:

Previous
From: momjian@postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: Cleanup: < * -%Allow pooled connections to list all prepared
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Revert sampling patch for EXPLAIN ANALYZE; it turns out to be too