mirror of
https://github.com/postgres/postgres.git
synced 2026-04-25 16:18:21 -04:00
doc: Update privileges documentation
The CREATE privilege on databases now also enables creating publications.
This commit is contained in:
parent
9c18104c74
commit
cdcad6b788
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue