diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2010-11-27 16:08:32 -0500 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2010-11-27 16:08:32 -0500 |
commit | c623365ff9a5ef937e05b85c2feb5a5c5cde9b3b (patch) | |
tree | b206517890c548e7c87faa80ebf974a85ce5c1bb /doc/src | |
parent | 1f48290a9d6d000d1b5012b9304b734ecb9cc759 (diff) | |
download | postgresql-c623365ff9a5ef937e05b85c2feb5a5c5cde9b3b.tar.gz postgresql-c623365ff9a5ef937e05b85c2feb5a5c5cde9b3b.zip |
Point out in default_tablespace's description that CREATE DATABASE ignores it.
Per gripe from Andreas Scherbaum.
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/config.sgml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/src/sgml/config.sgml b/doc/src/sgml/config.sgml index 96f1ef49b25..1ca51ef69d6 100644 --- a/doc/src/sgml/config.sgml +++ b/doc/src/sgml/config.sgml @@ -4357,6 +4357,12 @@ COPY postgres_log FROM '/full/path/to/logfile.csv' WITH csv; </para> <para> + This variable is also not used when creating databases. + By default, a new database inherits its tablespace setting from + the template database it is copied from. + </para> + + <para> For more information on tablespaces, see <xref linkend="manage-ag-tablespaces">. </para> |