diff --git a/doc/src/sgml/release-9.6.sgml b/doc/src/sgml/release-9.6.sgml index 38823157f6d..a5db9e4b79a 100644 --- a/doc/src/sgml/release-9.6.sgml +++ b/doc/src/sgml/release-9.6.sgml @@ -13114,7 +13114,7 @@ XXX this is pending backpatch, may need to remove 2016-04-08 [7a542700d] Create default roles --> - Create some built-in roles + Create some built-in roles that can be used to grant access to what were previously superuser-only functions (Stephen Frost) diff --git a/doc/src/sgml/user-manag.sgml b/doc/src/sgml/user-manag.sgml index 2918c188281..7ee8fbdcabb 100644 --- a/doc/src/sgml/user-manag.sgml +++ b/doc/src/sgml/user-manag.sgml @@ -483,30 +483,30 @@ DROP ROLE doomed_role; - - Default Roles + + Predefined Roles - + role - PostgreSQL provides a set of default roles - which provide access to certain, commonly needed, privileged capabilities - and information. Administrators can GRANT these roles to users and/or - other roles in their environment, providing those users with access to - the specified capabilities and information. + PostgreSQL provides a set of predefined + roles which allow access to privileged capabilities and information. + Administrators can GRANT these roles to login and non-login roles, + providing those roles with access to the specified capabilities and + information. - The default roles are described in . - Note that the specific permissions for each of the default roles may + The predefined roles are described in . + Note that the specific permissions for each of the predefined roles may change in the future as additional capabilities are added. Administrators should monitor the release notes for changes. - - Default Roles +
+ Predefined Roles