Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtp (Exim 4.84_2) (envelope-from ) id 1bEucr-0000d0-60 for pgsql-docs@arkaria.postgresql.org; Mon, 20 Jun 2016 08:32:09 +0000 Received: from localhost ([127.0.0.1] helo=postgresql.org) by malur.postgresql.org with smtp (Exim 4.84_2) (envelope-from ) id 1bEucq-00023b-1j for pgsql-docs@arkaria.postgresql.org; Mon, 20 Jun 2016 08:32:08 +0000 Received: from makus.postgresql.org ([2001:4800:1501:1::229]) by malur.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1bEuco-00020N-LG for pgsql-docs@postgresql.org; Mon, 20 Jun 2016 08:32:06 +0000 Received: from mail-qk0-x230.google.com ([2607:f8b0:400d:c09::230]) by makus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.84_2) (envelope-from ) id 1bEucl-0007w0-OA for pgsql-docs@postgresql.org; Mon, 20 Jun 2016 08:32:05 +0000 Received: by mail-qk0-x230.google.com with SMTP id c73so152654847qkg.2 for ; Mon, 20 Jun 2016 01:32:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=hagander-net.20150623.gappssmtp.com; s=20150623; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=19AlpYO1J7UXdga+7RtZJLk9h2yLbQAhrmct/IQ0smA=; b=J9qikForomp4roLAiMd5qjB5sE2lP7Z4ootdL+pLHqWXMH9/AcVvNXRuWewaRPzA8J NXirF+8ei8ZN3NxuMcte+vPjTuoSrPiDe22W81pa3cKAKBK+H2vxyHhG5Zd1LJGQno7K RUsodAg4udVDOSzE9YlRrvj0idSVcvV9oFSEwMbhDS0lmJnjkfLfoM62hQ7AtSQSWyFR 1aXNedy9vx96srNP6cu9q07J1MlxgsOSu0rDb7Kr8vaDATVfzS0BjfeQ+bM/S0u1mNn5 /vZoS4UcxT9rpICF+huwlFCqTZry95Zc4zIFIFScdaTRQAqvHr+KU6rgUwxGnuw9our2 7rWQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=19AlpYO1J7UXdga+7RtZJLk9h2yLbQAhrmct/IQ0smA=; b=Ip8ngzlpIyeBEv2sNhb7vgm8VVF4HZRx2Es56HCzZKg+/m1Qbt75UD9enpXcuLFX3M IDO3aqNSnIbsd75gn76H/GMhPLJzpMhoJKygWFyFuP3m2hdpTIg8yhUaJzGqC0qWE1kP QVqlKTzajAWrYR6OSayv5L8on4Q7jwHtGFjWdwFrAP8v0OE/PVOdPPmVtYo7/APtQbaA yPPFN2X+ylgK3grwA1OeT7W+2MVdLCQ1P0X/fJeMhTDNQAqgfpKuybT6cPWyXmqZmSZ6 pS8YLyDn+cN3zIZ/6+NDyQX8gMnvPE0+JRUEvgl7xbuyj4FcfxV1C1+LF0TriVRVEwq9 WiLA== X-Gm-Message-State: ALyK8tIo0iAJ2kJl0J6KUswHCh0yM4X9uDFacm+90xNAsjvMewNoL5ts+ZATpWY3yGKG9vIvEqMSdgKzJxItEg== X-Received: by 10.237.51.98 with SMTP id u89mr19718413qtd.71.1466411522759; Mon, 20 Jun 2016 01:32:02 -0700 (PDT) MIME-Version: 1.0 Received: by 10.200.45.156 with HTTP; Mon, 20 Jun 2016 01:32:01 -0700 (PDT) In-Reply-To: <20160613004632.5798.4948@wrigleys.postgresql.org> References: <20160613004632.5798.4948@wrigleys.postgresql.org> From: Magnus Hagander Date: Mon, 20 Jun 2016 10:32:01 +0200 Message-ID: Subject: Re: rolbypassrls field missing from pg_roles documentation To: Lukas Fittl Cc: pgsql-docs Content-Type: multipart/alternative; boundary=94eb2c123680e8adfb0535b18991 X-Pg-Spam-Score: -2.6 (--) List-Archive: List-Help: List-ID: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: X-Mailing-List: pgsql-docs Precedence: bulk Sender: pgsql-docs-owner@postgresql.org --94eb2c123680e8adfb0535b18991 Content-Type: text/plain; charset=UTF-8 On Mon, Jun 13, 2016 at 2:46 AM, wrote: > The following documentation comment has been logged on the website: > > Page: https://www.postgresql.org/docs/9.5/static/view-pg-roles.html > Description: > > Hi all, > > It seems that the "rolbypassrls" field is not listed on the page > for the > pg_roles view, even though its included there since 9.5. > > Compare https://www.postgresql.org/docs/devel/static/view-pg-roles.html > with > https://www.postgresql.org/docs/devel/static/catalog-pg-authid.html > > The field is however correctly included in the view, so its just the docs > that are wrong. > > Happy to send in a patch if that helps. > Trivial enough to copy/paste fix, so I've done that and pushed to master and 9.5. Thakns for the report! -- Magnus Hagander Me: http://www.hagander.net/ Work: http://www.redpill-linpro.com/ --94eb2c123680e8adfb0535b18991 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
On M= on, Jun 13, 2016 at 2:46 AM, <lukas@fittl.com> wrote:
The following documentation comment has been log= ged on the website:

Page: https://www.postgresql.org/docs/9= .5/static/view-pg-roles.html
Description:

Hi all,

It seems that the &quot;rolbypassrls&quot; field is not listed on t= he page for the
pg_roles view, even though its included there since 9.5.

Compare https://www.postgresql.org/do= cs/devel/static/view-pg-roles.html with
https://www.postgresql.org/docs/d= evel/static/catalog-pg-authid.html

The field is however correctly included in the view, so its just the docs that are wrong.

Happy to send in a patch if that helps.

Trivial enough to copy/paste fix, so I've done that and pushed to mast= er and 9.5. Thakns for the report!=C2=A0

--
<= div class=3D"gmail_signature" data-smartmail=3D"gmail_signature">=C2=A0Magn= us Hagander
=C2=A0Me: http://www.hagander.net/
=C2=A0Work: http://www.redpill-linpro.com/
--94eb2c123680e8adfb0535b18991--