Skip to content

Commit c623365

Browse files
committed
Point out in default_tablespace's description that CREATE DATABASE ignores it.
Per gripe from Andreas Scherbaum.
1 parent 1f48290 commit c623365

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

doc/src/sgml/config.sgml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4356,6 +4356,12 @@ COPY postgres_log FROM '/full/path/to/logfile.csv' WITH csv;
43564356
<xref linkend="guc-temp-tablespaces"> is consulted instead.
43574357
</para>
43584358

4359+
<para>
4360+
This variable is also not used when creating databases.
4361+
By default, a new database inherits its tablespace setting from
4362+
the template database it is copied from.
4363+
</para>
4364+
43594365
<para>
43604366
For more information on tablespaces,
43614367
see <xref linkend="manage-ag-tablespaces">.

0 commit comments

Comments
 (0)