diff --git a/doc/src/sgml/catalogs.sgml b/doc/src/sgml/catalogs.sgml
index c174e672adb..e8f21d54194 100644
--- a/doc/src/sgml/catalogs.sgml
+++ b/doc/src/sgml/catalogs.sgml
@@ -2581,10 +2581,10 @@
bool
- If true then this database can be used in the
- TEMPLATE clause of CREATE
- DATABASE to create a new database as a clone of
- this one
+ If true, then this database can be cloned by
+ any user with CREATEDB> privileges;
+ if false, then only superusers or the owner of
+ the database can clone it.