Revert "docs: change "default role" wording to "predefined role""
authorTom Lane
Sun, 9 Feb 2020 19:21:37 +0000 (14:21 -0500)
committerTom Lane
Sun, 9 Feb 2020 19:21:37 +0000 (14:21 -0500)
This reverts commit 920c6add70c803ae1dcaab9358330320a60de470.

Per discussion, we can't change the section title without some
web-site work, so revert this change temporarily.

Discussion: https://postgr.es/m/157742545062.1149.11052653770497832538@wrigleys.postgresql.org

doc/src/sgml/user-manag.sgml

index 2e6466b987f46468d6a2db90223dbe852f9e963c..cf41baa2063cf83d4afcee28c7c7921e0c494dee 100644 (file)
@@ -483,30 +483,30 @@ DROP ROLE doomed_role;
   
  
 
predefined-roles">
-  <span class="marked">Predefined</span> Roles
default-roles">
+  <span class="marked">Default</span> Roles
 
-  predefined-roles">
+  default-roles">
    role
   
 
   
-   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.
+   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.
   
 
   
-   The predefined roles are described in -roles-table">.
-   Note that the specific permissions for each of the predefined roles may
+   The default roles are described in -roles-table">.
+   Note that the specific permissions for each of the default roles may
    change in the future as additional capabilities are added.  Administrators
    should monitor the release notes for changes.
   
 
-   predefined-roles-table">
-    <span class="marked">Predefined</span> Roles
+   default-roles-table">
+    <span class="marked">Default</span> Roles
     
      
       
@@ -550,8 +550,8 @@ DROP ROLE doomed_role;
   pg_read_all_stats and pg_stat_scan_tables
   roles are intended to allow administrators to easily configure a role for the
   purpose of monitoring the database server. They grant a set of common privileges
-  allowing the role to read configuration settings, statistics, and other
-  system information normally restricted to superusers.
+  allowing the role to read various useful configuration settings, statistics and
+  other system information normally restricted to superusers.