1. 18 Oct, 2004 3 commits
    • Bruce Momjian's avatar
      Add: · b303739c
      Bruce Momjian authored
      >
      > * Allow a database in tablespace t1 with tables created in tablespace t2
      >   to be used as a template for a new database created with default
      >   tablespace t2
      >
      >   All objects in the default database tablespace must have default tablespace
      >   specifications.  This is because new databases are created by copying
      >   directories.  If you mix default tablespace tables and tablespace-specified
      >   tables in the same directory, creating a new database from such a mixed
      >   directory would create a new database with tables that had incorrect
      >   explicit tablespaces.  To fix this would require modifying pg_class in the
      >   newly copied database, which we don't currently do.
      b303739c
    • Neil Conway's avatar
      Trivial fix: remove a pointless cast. · 301d6e41
      Neil Conway authored
      301d6e41
    • Tom Lane's avatar
      Tweak pg_dump to handle default tablespaces correctly --- same logic · 87717924
      Tom Lane authored
      as the corrected pg_get_indexdef code.
      87717924
  2. 17 Oct, 2004 12 commits
  3. 16 Oct, 2004 10 commits
  4. 15 Oct, 2004 13 commits
  5. 14 Oct, 2004 2 commits