aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2004-10-18 03:27:14 +0000
committerBruce Momjian <bruce@momjian.us>2004-10-18 03:27:14 +0000
commitf9259bd563c0c5f6d772276bcc3210336b0d4e1c (patch)
tree993926f492fa01c0014ab44e0d681833ccc48527
parentb303739c064f938a60bb93b746759abaee229bf5 (diff)
downloadpostgresql-f9259bd563c0c5f6d772276bcc3210336b0d4e1c.tar.gz
postgresql-f9259bd563c0c5f6d772276bcc3210336b0d4e1c.zip
Update wording:
* 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.
-rw-r--r--doc/TODO2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/TODO b/doc/TODO
index ef60734f6e0..84a1d4d5893 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -5,7 +5,7 @@ TODO list for PostgreSQL
Bracketed items "[]" have more detail.
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
-Last updated: Sun Oct 17 22:56:37 EDT 2004
+Last updated: Sun Oct 17 23:26:56 EDT 2004
The most recent version of this document can be viewed at the PostgreSQL web
site, http://www.PostgreSQL.org.