Received: from maia.hub.org (maia-5.hub.org [200.46.204.29]) by mail.postgresql.org (Postfix) with ESMTP id D7BDB1337B97 for ; Wed, 4 May 2011 17:22:04 -0300 (ADT) Received: from mail.postgresql.org ([200.46.204.86]) by maia.hub.org (mx1.hub.org [200.46.204.29]) (amavisd-maia, port 10024) with ESMTP id 38332-09 for ; Wed, 4 May 2011 20:21:57 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from sss.pgh.pa.us (sss.pgh.pa.us [66.207.139.130]) by mail.postgresql.org (Postfix) with ESMTP id 3FC541337B92 for ; Wed, 4 May 2011 17:21:56 -0300 (ADT) Received: from sss2.sss.pgh.pa.us (tgl@localhost [127.0.0.1]) by sss.pgh.pa.us (8.14.2/8.14.2) with ESMTP id p44KLsai016908; Wed, 4 May 2011 16:21:54 -0400 (EDT) To: Bruce Momjian cc: PostgreSQL-documentation Subject: Re: Missing documentation for pg_role column In-reply-to: <201105041837.p44IbHm28415@momjian.us> References: <201105041837.p44IbHm28415@momjian.us> Comments: In-reply-to Bruce Momjian message dated "Wed, 04 May 2011 14:37:17 -0400" Date: Wed, 04 May 2011 16:21:54 -0400 Message-ID: <16907.1304540514@sss.pgh.pa.us> From: Tom Lane X-Virus-Scanned: Maia Mailguard 1.0.1 X-Spam-Status: No, hits=-1.91 tagged_above=-5 required=5 tests=BAYES_00=-1.9, T_RP_MATCHES_RCVD=-0.01 X-Spam-Level: X-Archive-Number: 201105/11 X-Sequence-Number: 6686 Bruce Momjian 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