]> granicus.if.org Git - postgresql/commitdiff
Point out in default_tablespace's description that CREATE DATABASE ignores it.
authorTom Lane <tgl@sss.pgh.pa.us>
Sat, 27 Nov 2010 21:08:32 +0000 (16:08 -0500)
committerTom Lane <tgl@sss.pgh.pa.us>
Sat, 27 Nov 2010 21:08:32 +0000 (16:08 -0500)
Per gripe from Andreas Scherbaum.

doc/src/sgml/config.sgml

index 96f1ef49b252345bb6ed959637d47320d6b2f0b7..1ca51ef69d610dae429b255dbde4dfc8334651ad 100644 (file)
@@ -4356,6 +4356,12 @@ COPY postgres_log FROM '/full/path/to/logfile.csv' WITH csv;
         <xref linkend="guc-temp-tablespaces"> is consulted instead.
        </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">.