projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4d0d607
)
docs: clearify use of pg_database.datistemplate
author
Bruce Momjian
<bruce@momjian.us>
Tue, 22 Apr 2014 22:10:14 +0000
(18:10 -0400)
committer
Bruce Momjian
<bruce@momjian.us>
Tue, 22 Apr 2014 22:10:14 +0000
(18:10 -0400)
Patch by Rajeev rastogi
doc/src/sgml/catalogs.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/catalogs.sgml
b/doc/src/sgml/catalogs.sgml
index c174e672adbb0c443659ea3397025266a8e0af6e..e8f21d54194386a529b337976c8a02820d5d4d67 100644
(file)
--- 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
- th
is 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
+ th
e database can clone it.
</entry>
</row>