diff --git a/doc/src/sgml/config.sgml b/doc/src/sgml/config.sgml index 96f1ef49b2..1ca51ef69d 100644 --- a/doc/src/sgml/config.sgml +++ b/doc/src/sgml/config.sgml @@ -4356,6 +4356,12 @@ COPY postgres_log FROM '/full/path/to/logfile.csv' WITH csv; is consulted instead. + + 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. + + For more information on tablespaces, see .