mirror of
https://github.com/postgres/postgres.git
synced 2025-07-31 22:04:40 +03:00
docs: clearify use of pg_database.datistemplate
Patch by Rajeev rastogi
This commit is contained in:
@ -2581,10 +2581,10 @@
|
|||||||
<entry><type>bool</type></entry>
|
<entry><type>bool</type></entry>
|
||||||
<entry></entry>
|
<entry></entry>
|
||||||
<entry>
|
<entry>
|
||||||
If true then this database can be used in the
|
If true, then this database can be cloned by
|
||||||
<literal>TEMPLATE</literal> clause of <command>CREATE
|
any user with <literal>CREATEDB</> privileges;
|
||||||
DATABASE</command> to create a new database as a clone of
|
if false, then only superusers or the owner of
|
||||||
this one
|
the database can clone it.
|
||||||
</entry>
|
</entry>
|
||||||
</row>
|
</row>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user