Skip to content

Commit ed3af2c

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 ff28f35 commit ed3af2c

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
@@ -213,8 +213,8 @@ CREATE DATABASE <replaceable class="parameter">name</replaceable>
213213

214214
<para>
215215
Database-level configuration parameters (set via <xref
216-
linkend="sql-alterdatabase"/>) are not copied from the template
217-
database.
216+
linkend="sql-alterdatabase"/>) and database-level permissions (set via
217+
<xref linkend="sql-grant"/>) are not copied from the template database.
218218
</para>
219219

220220
<para>

0 commit comments

Comments
 (0)