diff options
author | Bruce Momjian <bruce@momjian.us> | 2014-04-22 18:10:14 -0400 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2014-04-22 18:10:14 -0400 |
commit | 72590b3a69baaf24d1090a2c2ceb9181be34043e (patch) | |
tree | 4c05b2cd8008d165a435f24890205c81f1881bee /doc/src | |
parent | 4d0d607a454ee832574afd52a3c515099cc85eb3 (diff) | |
download | postgresql-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.sgml | 8 |
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> |