pgsql: Fix omissions in documentation of the pg_roles view.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix omissions in documentation of the pg_roles view.
Date: 2011-07-04 02:12:40
Message-ID: E1QdYeO-0005mQ-Ld@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/4fa046a39ebdaf4c9191ffff8a57b0759c52f3f3

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

Browse pgsql-committers by date

  From Date Subject
Next Message Simon Riggs 2011-07-04 08:31:57 pgsql: Reset ALTER TABLE lock levels to AccessExclusiveLock in all case
Previous Message Tom Lane 2011-07-03 23:04:20 pgsql: Put comments on the installable procedural languages.