Обсуждение: pgsql: Fix omissions in documentation of the pg_roles view.

Поиск
Список
Период
Сортировка

pgsql: Fix omissions in documentation of the pg_roles view.

От
Tom Lane
Дата:
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_0_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/c7e84d53375f0c3405da584b06d758e015d8ce30

Modified Files
--------------
doc/src/sgml/catalogs.sgml |   11 +++++++++--
1 files changed, 9 insertions(+), 2 deletions(-)