aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2020-06-25 18:22:44 -0400
committerBruce Momjian <bruce@momjian.us>2020-06-25 18:22:44 -0400
commit563ed36d5b4819066e13f5272bf1a02cf5dac0bf (patch)
tree68106e20c13842dbaab8bf82d382d8fd9c5d6b93
parent8c2010f12344ed8834c6f63406a78e5843ebec69 (diff)
downloadpostgresql-563ed36d5b4819066e13f5272bf1a02cf5dac0bf.tar.gz
postgresql-563ed36d5b4819066e13f5272bf1a02cf5dac0bf.zip
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
-rw-r--r--doc/src/sgml/ref/create_database.sgml4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/ref/create_database.sgml b/doc/src/sgml/ref/create_database.sgml
index 504c1b02246..d116b321bce 100644
--- a/doc/src/sgml/ref/create_database.sgml
+++ b/doc/src/sgml/ref/create_database.sgml
@@ -236,8 +236,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>