Fix omissions in documentation of the pg_roles view.
authorTom Lane
Mon, 4 Jul 2011 02:12:14 +0000 (22:12 -0400)
committerTom Lane
Mon, 4 Jul 2011 02:12:14 +0000 (22:12 -0400)
Somehow, column rolconfig got removed from the documentation of the
pg_roles view in the 9.0 cycle, although the column is actually still
there.  In 9.1, we'd also forgotten to document the rolreplication column.
Spotted by Sakamoto Masahiko.

doc/src/sgml/catalogs.sgml

index d1e708165ac9721ae8505dfdb55370bd4f678dc4..d4a1d3686f0c246a8c88e96a58772b1741ce3b81 100644 (file)
       bool
       
        Role can log in. That is, this role can be given as the initial
-       session authorization identifier.
+       session authorization identifier
       
      
 
        Role is a replication role. That is, this role can initiate streaming
        replication (see ) and set/unset
        the system backup mode using pg_start_backup and
-       pg_stop_backup.
+       pg_stop_backup
       
      
 
       
       
        Role can update system catalogs directly.  (Even a superuser cannot do
-       this unless this column is true.)
+       this unless this column is true)
       
      
 
       
      
 
+     
+      rolreplication
+      bool
+      
+      
+       Role is a replication role. That is, this role can initiate streaming
+       replication (see ) and set/unset
+       the system backup mode using pg_start_backup and
+       pg_stop_backup
+      
+     
+
      
       rolconnlimit
       int4
        null if no expiration
      
 
+     
+      rolconfig
+      text[]
+      
+      Role-specific defaults for run-time configuration variables
+     
+
      
       oid
       oid