From cdcad6b788a8651af2e48bf7d4160ae591e1f4d7 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut 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 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.