1
0
mirror of https://github.com/postgres/postgres.git synced 2025-05-03 22:24:49 +03:00

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
This commit is contained in:
Bruce Momjian 2020-06-25 18:22:44 -04:00
parent 08a2e40d14
commit 1885b3f5e5

View File

@ -213,8 +213,8 @@ CREATE DATABASE <replaceable class="PARAMETER">name</replaceable>
<para>
Database-level configuration parameters (set via <xref
linkend="sql-alterdatabase">) are not copied from the template
database.
linkend="sql-alterdatabase">) and database-level permissions (set via
<xref linkend="sql-grant">) are not copied from the template database.
</para>
<para>