diff options
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/config.sgml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/src/sgml/config.sgml b/doc/src/sgml/config.sgml index 96f1ef49b25..1ca51ef69d6 100644 --- a/doc/src/sgml/config.sgml +++ b/doc/src/sgml/config.sgml @@ -4357,6 +4357,12 @@ COPY postgres_log FROM '/full/path/to/logfile.csv' WITH csv; </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">. </para> |