Fix omissions in documentation of the pg_roles view.

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 4fa046a39ebdaf4c9191ffff8a57b0759c52f3f3
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2011-07-04T02:12:14Z
Releases: 9.2.0
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.

Files

PathChange+/−
doc/src/sgml/catalogs.sgml modified +22 −3