From: Tom Lane Date: Sat, 27 Nov 2010 21:08:32 +0000 (-0500) Subject: Point out in default_tablespace's description that CREATE DATABASE ignores it. X-Git-Tag: REL9_1_ALPHA3~112 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c623365ff9a5ef937e05b85c2feb5a5c5cde9b3b;p=postgresql Point out in default_tablespace's description that CREATE DATABASE ignores it. Per gripe from Andreas Scherbaum. --- diff --git a/doc/src/sgml/config.sgml b/doc/src/sgml/config.sgml index 96f1ef49b2..1ca51ef69d 100644 --- a/doc/src/sgml/config.sgml +++ b/doc/src/sgml/config.sgml @@ -4356,6 +4356,12 @@ COPY postgres_log FROM '/full/path/to/logfile.csv' WITH csv; is consulted instead. + + 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. + + For more information on tablespaces, see .