Skip to content
Snippets Groups Projects
Select Git revision
  • benchmark-tools
  • postgres-lambda
  • master default
  • REL9_4_25
  • REL9_5_20
  • REL9_6_16
  • REL_10_11
  • REL_11_6
  • REL_12_1
  • REL_12_0
  • REL_12_RC1
  • REL_12_BETA4
  • REL9_4_24
  • REL9_5_19
  • REL9_6_15
  • REL_10_10
  • REL_11_5
  • REL_12_BETA3
  • REL9_4_23
  • REL9_5_18
  • REL9_6_14
  • REL_10_9
  • REL_11_4
23 results

TODO

Blame
    • Bruce Momjian's avatar
      b303739c
      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
      History
      Add:
      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.