Point out in default_tablespace's description that CREATE DATABASE ignores it.
Per gripe from Andreas Scherbaum.
This commit is contained in:
parent
1f48290a9d
commit
c623365ff9
@ -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">.
|
||||
|
Loading…
Reference in New Issue
Block a user