]> granicus.if.org Git - postgresql/commitdiff
docs: clearify use of pg_database.datistemplate
authorBruce Momjian <bruce@momjian.us>
Tue, 22 Apr 2014 22:10:14 +0000 (18:10 -0400)
committerBruce Momjian <bruce@momjian.us>
Tue, 22 Apr 2014 22:10:14 +0000 (18:10 -0400)
Patch by Rajeev rastogi

doc/src/sgml/catalogs.sgml

index c174e672adbb0c443659ea3397025266a8e0af6e..e8f21d54194386a529b337976c8a02820d5d4d67 100644 (file)
       <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>