projects
/
users
/
gsingh
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
10f1ab2
)
docs: clarify that CREATE DATABASE does not copy db permissions
author
Bruce Momjian
<bruce@momjian.us>
Thu, 25 Jun 2020 22:22:44 +0000
(18:22 -0400)
committer
Bruce Momjian
<bruce@momjian.us>
Thu, 25 Jun 2020 22:22:44 +0000
(18:22 -0400)
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
doc/src/sgml/ref/create_database.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/ref/create_database.sgml
b/doc/src/sgml/ref/create_database.sgml
index 504c1b022460d774be99d42639fe0eeef2c10d72..d116b321bce9886a2ad4ea014203dfc81076048f 100644
(file)
--- 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"/>) a
re not copied from the template
- database.
+ linkend="sql-alterdatabase"/>) a
nd database-level permissions (set via
+
<xref linkend="sql-grant"/>) are not copied from the template
database.
</para>
<para>