aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2004-10-18 02:56:42 +0000
committerBruce Momjian <bruce@momjian.us>2004-10-18 02:56:42 +0000
commitb303739c064f938a60bb93b746759abaee229bf5 (patch)
treea11244c7f53bdc21bd8875853106174572c0367d /src
parent301d6e419c62fdf0546a4753054cc9367554b93b (diff)
downloadpostgresql-b303739c064f938a60bb93b746759abaee229bf5.tar.gz
postgresql-b303739c064f938a60bb93b746759abaee229bf5.zip
Add:
> > * 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.
Diffstat (limited to 'src')
0 files changed, 0 insertions, 0 deletions