Commit d352de8d authored by Bruce Momjian's avatar Bruce Momjian

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
parent 10f1ab2c
...@@ -236,8 +236,8 @@ CREATE DATABASE <replaceable class="parameter">name</replaceable> ...@@ -236,8 +236,8 @@ CREATE DATABASE <replaceable class="parameter">name</replaceable>
<para> <para>
Database-level configuration parameters (set via <xref Database-level configuration parameters (set via <xref
linkend="sql-alterdatabase"/>) are not copied from the template linkend="sql-alterdatabase"/>) and database-level permissions (set via
database. <xref linkend="sql-grant"/>) are not copied from the template database.
</para> </para>
<para> <para>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment