From c623365ff9a5ef937e05b85c2feb5a5c5cde9b3b Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Sat, 27 Nov 2010 16:08:32 -0500 Subject: [PATCH] Point out in default_tablespace's description that CREATE DATABASE ignores it. Per gripe from Andreas Scherbaum. --- doc/src/sgml/config.sgml | 6 ++++++ 1 file changed, 6 insertions(+) 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 .