Missing documentation for pg_role column

Started by Bruce Momjianalmost 15 years ago2 messagesdocs
Jump to latest
#1Bruce Momjian
bruce@momjian.us

I noticed that pg_role.rolconfig isn't documented in catalog.sgml. Is
this an oversight? Are other things missing?

--
Bruce Momjian <bruce@momjian.us> http://momjian.us
EnterpriseDB http://enterprisedb.com

+ It's impossible for everything to be true. +

#2Tom Lane
tgl@sss.pgh.pa.us
In reply to: Bruce Momjian (#1)
Re: Missing documentation for pg_role column

Bruce Momjian <bruce@momjian.us> writes:

I noticed that pg_role.rolconfig isn't documented in catalog.sgml. Is
this an oversight? Are other things missing?

ITYM pg_roles? Yeah, that column seems to be missing. And the claim
that it's "simply a view of pg_authid" is obsolete too, precisely
because this column isn't from there anymore. That ought to be
rephrased or removed entirely.

regards, tom lane