Thread: pg_roles has a column rolconfig, but it's not documented.

pg_roles has a column rolconfig, but it's not documented.

From
SAKAMOTO Masahiko
Date:
Hi,

I found that documentation on pg_roles should be updated.
pg_roles has a column "rolconfig", but it is missing.

attached should be back-patched also to 9.0, 8.4, 8.3, 8.2, and older.

Regards,

--

SAKAMOTO Masahiko
NIPPON TELEGRAPH AND TELEPHONE CORPORATION
NTT Open Source Software Center


Attachment

Re: pg_roles has a column rolconfig, but it's not documented.

From
Tom Lane
Date:
SAKAMOTO Masahiko <sakamoto.masahiko@oss.ntt.co.jp> writes:
> I found that documentation on pg_roles should be updated.
> pg_roles has a column "rolconfig", but it is missing.

> attached should be back-patched also to 9.0, 8.4, 8.3, 8.2, and older.

Yeah, you're right ... and as of 9.1 we've also forgotten to document
rolreplication there :-(.  Will fix, thanks for the report!

            regards, tom lane