doc: Update privileges documentation

The CREATE privilege on databases now also enables creating
publications.
This commit is contained in:
Peter Eisentraut 2017-01-26 15:36:59 -05:00
parent 9c18104c74
commit cdcad6b788

View File

@ -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.