From: Peter Eisentraut Date: Thu, 26 Jan 2017 20:36:59 +0000 (-0500) Subject: doc: Update privileges documentation X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=cdcad6b788a8651af2e48bf7d4160ae591e1f4d7;p=users%2Fheikki%2Fpostgres.git doc: Update privileges documentation The CREATE privilege on databases now also enables creating publications. --- diff --git a/doc/src/sgml/ref/grant.sgml b/doc/src/sgml/ref/grant.sgml index cd8f3f50ba..d8ca39f869 100644 --- a/doc/src/sgml/ref/grant.sgml +++ b/doc/src/sgml/ref/grant.sgml @@ -279,7 +279,7 @@ GRANT role_name [, ...] TO CREATE - For databases, allows new schemas to be created within the database. + For databases, allows new schemas and publications to be created within the database. For schemas, allows new objects to be created within the schema.