projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2f1f499
)
doc: CREATE DATABASE doesn't copy db-level perms. from template
author
Bruce Momjian
<
[email protected]
>
Fri, 3 Nov 2023 17:39:50 +0000
(13:39 -0400)
committer
Bruce Momjian
<
[email protected]
>
Fri, 3 Nov 2023 17:39:50 +0000
(13:39 -0400)
Reported-by:
[email protected]
Discussion: https://postgr.es/m/
166007719137
.995877.
13951579839074751714
@wrigleys.postgresql.org
Backpatch-through: 11
doc/src/sgml/manage-ag.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/manage-ag.sgml
b/doc/src/sgml/manage-ag.sgml
index 74055a4706557ff3c6f33b7b116d5a28b58371b4..116e5e88506cdcc7c95caee708133f43a5f3631d 100644
(file)
--- a/
doc/src/sgml/manage-ag.sgml
+++ b/
doc/src/sgml/manage-ag.sgml
@@
-207,6
+207,12
@@
createdb -O <replaceable>rolename</replaceable> <replaceable>dbname</replaceable
action being taken when those databases are created.
</para>
+ <para>
+ However, <command>CREATE DATABASE</command> does not copy database-level
+ <command>GRANT</command> permissions attached to the source database.
+ The new database has default database-level permissions.
+ </para>
+
<para>
There is a second standard system database named
<literal>template0</literal>.<indexterm><primary>template0</primary></indexterm> This