Fix omissions in documentation of the pg_roles view.
authorTom Lane <[email protected]>
Mon, 4 Jul 2011 02:12:25 +0000 (22:12 -0400)
committerTom Lane <[email protected]>
Mon, 4 Jul 2011 02:12:25 +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 6825bbc82a4b5c43cc89e442212e9625edc24bce..a2869c917e81aeb75a79804f734e6cd043693679 100644 (file)
       <entry><type>bool</type></entry>
       <entry>
        Role can log in. That is, this role can be given as the initial
-       session authorization identifier.
+       session authorization identifier
       </entry>
      </row>
 
       <entry></entry>
       <entry>
        Role can update system catalogs directly.  (Even a superuser cannot do
-       this unless this column is true.)
+       this unless this column is true)
       </entry>
      </row>
 
        null if no expiration</entry>
      </row>
 
+     <row>
+      <entry><structfield>rolconfig</structfield></entry>
+      <entry><type>text[]</type></entry>
+      <entry></entry>
+      <entry>Role-specific defaults for run-time configuration variables</entry>
+     </row>
+
      <row>
       <entry><structfield>oid</structfield></entry>
       <entry><type>oid</type></entry>