Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 72590b3

Browse files
committed
docs: clearify use of pg_database.datistemplate
Patch by Rajeev rastogi
1 parent 4d0d607 commit 72590b3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

doc/src/sgml/catalogs.sgml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2581,10 +2581,10 @@
25812581
<entry><type>bool</type></entry>
25822582
<entry></entry>
25832583
<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
2584+
If true, then this database can be cloned by
2585+
any user with <literal>CREATEDB</> privileges;
2586+
if false, then only superusers or the owner of
2587+
the database can clone it.
25882588
</entry>
25892589
</row>
25902590

0 commit comments

Comments
 (0)