*** a/doc/src/sgml/catalogs.sgml
--- b/doc/src/sgml/catalogs.sgml
***************
*** 2538,2547 ****
        <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
        </entry>
       </row>
  
--- 2538,2547 ----
        <entry><type>bool</type></entry>
        <entry></entry>
        <entry>
!        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>
  
