diff --git a/doc/src/sgml/ref/create_database.sgml b/doc/src/sgml/ref/create_database.sgml
index 8e99761b69..5af8981520 100644
--- a/doc/src/sgml/ref/create_database.sgml
+++ b/doc/src/sgml/ref/create_database.sgml
@@ -187,6 +187,12 @@ CREATE DATABASE name
wrapper program around this command, provided for convenience.
+
+ Database-level configuration parameters (set via ) are not copied from the template
+ database.
+
+
Although it is possible to copy a database other than template1>
by specifying its name as the template, this is not (yet) intended as