diff options
| author | Peter Eisentraut <peter_e@gmx.net> | 2017-01-26 15:36:59 -0500 |
|---|---|---|
| committer | Peter Eisentraut <peter_e@gmx.net> | 2017-01-26 15:36:59 -0500 |
| commit | cdcad6b788a8651af2e48bf7d4160ae591e1f4d7 (patch) | |
| tree | 7a7557746aa2e08750c9f89efbb28217338e5f2c /doc/src | |
| parent | 9c18104c7448a0cdaa46aed1b9504439879f327e (diff) | |
doc: Update privileges documentation
The CREATE privilege on databases now also enables creating
publications.
Diffstat (limited to 'doc/src')
| -rw-r--r-- | doc/src/sgml/ref/grant.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/ref/grant.sgml b/doc/src/sgml/ref/grant.sgml index cd8f3f50ba9..d8ca39f869e 100644 --- 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. |
