mirror of
https://github.com/postgres/postgres.git
synced 2026-06-08 16:26:30 -04:00
docs: clearify use of pg_database.datistemplate
Patch by Rajeev rastogi
This commit is contained in:
parent
4d0d607a45
commit
72590b3a69
1 changed files with 4 additions and 4 deletions
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue