projects
/
users
/
c2main
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9c18104
)
doc: Update privileges documentation
author
Peter Eisentraut
<peter_e@gmx.net>
Thu, 26 Jan 2017 20:36:59 +0000
(15:36 -0500)
committer
Peter Eisentraut
<peter_e@gmx.net>
Thu, 26 Jan 2017 20:36:59 +0000
(15:36 -0500)
The CREATE privilege on databases now also enables creating
publications.
doc/src/sgml/ref/grant.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/ref/grant.sgml
b/doc/src/sgml/ref/grant.sgml
index cd8f3f50ba92f15cff273d2e297719cb039297e6..d8ca39f869e4c4c85fdf460bb9e068fcf2cd6b94 100644
(file)
--- a/
doc/src/sgml/ref/grant.sgml
+++ b/
doc/src/sgml/ref/grant.sgml
@@
-279,7
+279,7
@@
GRANT <replaceable class="PARAMETER">role_name</replaceable> [, ...] TO <replace
<term>CREATE</term>
<listitem>
<para>
- For databases, allows new schemas to be created within the database.
+ For databases, allows new schemas
and publications
to be created within the database.
</para>
<para>
For schemas, allows new objects to be created within the schema.