Skip to content

Commit c7e84d5

Browse files
committed
Fix omissions in documentation of the pg_roles view.
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.
1 parent 789d3d4 commit c7e84d5

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

doc/src/sgml/catalogs.sgml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1163,7 +1163,7 @@
11631163
<entry><type>bool</type></entry>
11641164
<entry>
11651165
Role can log in. That is, this role can be given as the initial
1166-
session authorization identifier.
1166+
session authorization identifier
11671167
</entry>
11681168
</row>
11691169

@@ -6684,7 +6684,7 @@
66846684
<entry></entry>
66856685
<entry>
66866686
Role can update system catalogs directly. (Even a superuser cannot do
6687-
this unless this column is true.)
6687+
this unless this column is true)
66886688
</entry>
66896689
</row>
66906690

@@ -6723,6 +6723,13 @@
67236723
null if no expiration</entry>
67246724
</row>
67256725

6726+
<row>
6727+
<entry><structfield>rolconfig</structfield></entry>
6728+
<entry><type>text[]</type></entry>
6729+
<entry></entry>
6730+
<entry>Role-specific defaults for run-time configuration variables</entry>
6731+
</row>
6732+
67266733
<row>
67276734
<entry><structfield>oid</structfield></entry>
67286735
<entry><type>oid</type></entry>

0 commit comments

Comments
 (0)