From cdcad6b788a8651af2e48bf7d4160ae591e1f4d7 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut <peter_e@gmx.net> Date: Thu, 26 Jan 2017 15:36:59 -0500 Subject: [PATCH] doc: Update privileges documentation The CREATE privilege on databases now also enables creating publications. --- doc/src/sgml/ref/grant.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- GitLab