diff options
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/catalogs.sgml | 8 |
1 files changed, 4 insertions, 4 deletions
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 @@ <entry><type>bool</type></entry> <entry></entry> <entry> - If true then this database can be used in the - <literal>TEMPLATE</literal> clause of <command>CREATE - DATABASE</command> to create a new database as a clone of - this one + If true, then this database can be cloned by + any user with <literal>CREATEDB</> privileges; + if false, then only superusers or the owner of + the database can clone it. </entry> </row> |