Received: from maia.hub.org (maia-2.hub.org [200.46.204.251]) by mail.postgresql.org (Postfix) with ESMTP id 96C4DB5D80A for ; Sun, 3 Jul 2011 22:53:26 -0300 (ADT) Received: from mail.postgresql.org ([200.46.204.86]) by maia.hub.org (mx1.hub.org [200.46.204.251]) (amavisd-maia, port 10024) with ESMTP id 77280-06 for ; Mon, 4 Jul 2011 01:53:20 +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 A551FB5DBE9 for ; Sun, 3 Jul 2011 22:53:19 -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 p641rGGx009516; Sun, 3 Jul 2011 21:53:16 -0400 (EDT) To: SAKAMOTO Masahiko cc: pgsql-docs@postgresql.org Subject: Re: pg_roles has a column rolconfig, but it's not documented. In-reply-to: <4E097B18.3060400@oss.ntt.co.jp> References: <4E097B18.3060400@oss.ntt.co.jp> Comments: In-reply-to SAKAMOTO Masahiko message dated "Tue, 28 Jun 2011 15:56:24 +0900" Date: Sun, 03 Jul 2011 21:53:16 -0400 Message-ID: <9515.1309744396@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: 201107/5 X-Sequence-Number: 6872 SAKAMOTO Masahiko 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