pgsql: Fix omissions in documentation of the pg_roles view. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Fix omissions in documentation of the pg_roles view.
Date
Msg-id E1QdYeO-0005mT-Lj@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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.

Branch
------
REL9_1_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/3569e02c98d2802e6fc4912a3ba67dc25e76b6cc

Modified Files
--------------
doc/src/sgml/catalogs.sgml |   25 ++++++++++++++++++++++---
1 files changed, 22 insertions(+), 3 deletions(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Put comments on the installable procedural languages.
Next
From: Tom Lane
Date:
Subject: pgsql: Fix omissions in documentation of the pg_roles view.