• Tom Lane's avatar
    Create 'default_tablespace' GUC variable that supplies a TABLESPACE · 98e8b480
    Tom Lane authored
    clause implicitly whenever one is not given explicitly.  Remove concept
    of a schema having an associated tablespace, and simplify the rules for
    selecting a default tablespace for a table or index.  It's now just
    (a) explicit TABLESPACE clause; (b) default_tablespace if that's not an
    empty string; (c) database's default.  This will allow pg_dump to use
    SET commands instead of tablespace clauses to determine object locations
    (but I didn't actually make it do so).  All per recent discussions.
    98e8b480
grant.sgml 16.4 KB