We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d0d607 commit 72590b3Copy full SHA for 72590b3
doc/src/sgml/catalogs.sgml
@@ -2581,10 +2581,10 @@
2581
<entry><type>bool</type></entry>
2582
<entry></entry>
2583
<entry>
2584
- If true then this database can be used in the
2585
- <literal>TEMPLATE</literal> clause of <command>CREATE
2586
- DATABASE</command> to create a new database as a clone of
2587
- 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.
2588
</entry>
2589
</row>
2590
0 commit comments