We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f48290 commit c623365Copy full SHA for c623365
doc/src/sgml/config.sgml
@@ -4356,6 +4356,12 @@ COPY postgres_log FROM '/full/path/to/logfile.csv' WITH csv;
4356
<xref linkend="guc-temp-tablespaces"> is consulted instead.
4357
</para>
4358
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
+
4365
<para>
4366
For more information on tablespaces,
4367
see <xref linkend="manage-ag-tablespaces">.
0 commit comments