1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-18 17:42:25 +03:00

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.
This commit is contained in:
Tom Lane
2011-07-03 22:12:25 -04:00
parent 789d3d4541
commit c7e84d5337

View File

@ -1163,7 +1163,7 @@
<entry><type>bool</type></entry> <entry><type>bool</type></entry>
<entry> <entry>
Role can log in. That is, this role can be given as the initial Role can log in. That is, this role can be given as the initial
session authorization identifier. session authorization identifier
</entry> </entry>
</row> </row>
@ -6684,7 +6684,7 @@
<entry></entry> <entry></entry>
<entry> <entry>
Role can update system catalogs directly. (Even a superuser cannot do Role can update system catalogs directly. (Even a superuser cannot do
this unless this column is true.) this unless this column is true)
</entry> </entry>
</row> </row>
@ -6723,6 +6723,13 @@
null if no expiration</entry> null if no expiration</entry>
</row> </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> <row>
<entry><structfield>oid</structfield></entry> <entry><structfield>oid</structfield></entry>
<entry><type>oid</type></entry> <entry><type>oid</type></entry>