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

Started by SAKAMOTO Masahikoalmost 15 years ago2 messagesdocs
Jump to latest
#1SAKAMOTO Masahiko
sakamoto.masahiko@oss.ntt.co.jp

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

Attachments:

pgroles.patchtext/plain; name=pgroles.patchDownload+7-0
#2Tom Lane
tgl@sss.pgh.pa.us
In reply to: SAKAMOTO Masahiko (#1)
Re: pg_roles has a column rolconfig, but it's not documented.

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