Commit c623365f authored by Tom Lane's avatar Tom Lane

Point out in default_tablespace's description that CREATE DATABASE ignores it.

Per gripe from Andreas Scherbaum.
parent 1f48290a
......@@ -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">.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment