Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit d352de8

Browse files
committed
docs: clarify that CREATE DATABASE does not copy db permissions
That is, those database permissions set by GRANT. Diagnosed-by: Joseph Nahmias Discussion: https://postgr.es/m/20200614072613.GA21852@nahmias.net Backpatch-through: 9.5
1 parent 10f1ab2 commit d352de8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/src/sgml/ref/create_database.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -236,8 +236,8 @@ CREATE DATABASE <replaceable class="parameter">name</replaceable>
236236

237237
<para>
238238
Database-level configuration parameters (set via <xref
239-
linkend="sql-alterdatabase"/>) are not copied from the template
240-
database.
239+
linkend="sql-alterdatabase"/>) and database-level permissions (set via
240+
<xref linkend="sql-grant"/>) are not copied from the template database.
241241
</para>
242242

243243
<para>

0 commit comments

Comments
 (0)