Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1n7Bli-0008IT-1P for pgsql-docs@arkaria.postgresql.org; Tue, 11 Jan 2022 07:40:34 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1n7Blg-0000s4-BU for pgsql-docs@arkaria.postgresql.org; Tue, 11 Jan 2022 07:40:32 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1n7Blg-0000rv-46 for pgsql-docs@lists.postgresql.org; Tue, 11 Jan 2022 07:40:32 +0000 Received: from oss.nttdata.com ([49.212.34.109]) by magus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1n7Blc-0000Yz-RV for pgsql-docs@lists.postgresql.org; Tue, 11 Jan 2022 07:40:31 +0000 Received: from oss.nttdata.com (localhost [127.0.0.1]) by oss.nttdata.com (Postfix) with ESMTPA id D88F761004 for ; Tue, 11 Jan 2022 16:40:22 +0900 (JST) X-Virus-Status: Clean X-Virus-Scanned: clamav-milter 0.103.4 at oss.nttdata.com MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Tue, 11 Jan 2022 16:40:22 +0900 From: Shinya Kato To: pgsql-docs@lists.postgresql.org Subject: Question about role attributes docs User-Agent: Roundcube Webmail/1.4.11 Message-ID: <1ecdb1ff78e9b03dfce37e85eaca725a@oss.nttdata.com> X-Sender: Shinya11.Kato@oss.nttdata.com List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Hi! I have a question about the documentation on ROLE. According to [1], INHERIT and BYPASSRLS can be specified when executing the CREATE ROLE command. However, there is no such description in Role Attributes in [2]. Are these concepts different from Role Attributes? Or are they just not documented? If they need to be documented, I'll create a patch. [1] https://www.postgresql.org/docs/devel/sql-createrole.html [2] https://www.postgresql.org/docs/devel/role-attributes.html -- Regards, -- Shinya Kato Advanced Computing Technology Center Research and Development Headquarters NTT DATA CORPORATION