docs: clearify use of pg_database.datistemplate
authorBruce Momjian
Tue, 22 Apr 2014 22:10:14 +0000 (18:10 -0400)
committerBruce Momjian
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)
       bool
       
       
-       If true then this database can be used in the
-       TEMPLATE clause of CREATE
-       DATABASE to create a new database as a clone of
-       this one
+       If true, then this database can be cloned by
+       any user with CREATEDB privileges;
+       if false, then only superusers or the owner of
+       the database can clone it.