aboutsummaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2014-04-22 18:10:14 -0400
committerBruce Momjian <bruce@momjian.us>2014-04-22 18:10:14 -0400
commit72590b3a69baaf24d1090a2c2ceb9181be34043e (patch)
tree4c05b2cd8008d165a435f24890205c81f1881bee /doc/src
parent4d0d607a454ee832574afd52a3c515099cc85eb3 (diff)
downloadpostgresql-72590b3a69baaf24d1090a2c2ceb9181be34043e.tar.gz
postgresql-72590b3a69baaf24d1090a2c2ceb9181be34043e.zip
docs: clearify use of pg_database.datistemplate
Patch by Rajeev rastogi
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/sgml/catalogs.sgml8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/src/sgml/catalogs.sgml b/doc/src/sgml/catalogs.sgml
index c174e672adb..e8f21d54194 100644
--- 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
- 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>