projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9d4ea0b
)
doc: CREATE DATABASE doesn't copy db-level perms. from template
author
Bruce Momjian
Fri, 3 Nov 2023 17:39:50 +0000
(13:39 -0400)
committer
Bruce Momjian
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 192c500994545f3a6783f03b40b548d5995ddcf5..f9fe47b6a29d7c7cbfa3fbc63e9627d2693fbc19 100644
(file)
--- a/
doc/src/sgml/manage-ag.sgml
+++ b/
doc/src/sgml/manage-ag.sgml
@@
-213,6
+213,12
@@
createdb -O
rolename
dbname
action being taken when those databases are created.
+
+ However,
CREATE DATABASE
does not copy database-level
+
GRANT
permissions attached to the source database.
+ The new database has default database-level permissions.
+
+
There is a second standard system database named
template0
.
template0
This