Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1sQtxP-00CFc6-De for pgsql-general@arkaria.postgresql.org; Mon, 08 Jul 2024 19:23:27 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.94.2) (envelope-from ) id 1sQtxN-008HNl-ID for pgsql-general@arkaria.postgresql.org; Mon, 08 Jul 2024 19:23:25 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1sQtxN-008HNd-7P for pgsql-general@lists.postgresql.org; Mon, 08 Jul 2024 19:23:25 +0000 Received: from smtp99.iad3b.emailsrvr.com ([146.20.161.99]) by magus.postgresql.org with esmtps (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1sQtxG-0015x9-0W for pgsql-general@postgresql.org; Mon, 08 Jul 2024 19:23:24 +0000 X-Auth-ID: xof@thebuild.com Received: by smtp21.relay.iad3b.emailsrvr.com (Authenticated sender: xof-AT-thebuild.com) with ESMTPSA id 02C12202EF for ; Mon, 8 Jul 2024 15:23:15 -0400 (EDT) From: Christophe Pettus Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 (Mac OS X Mail 16.0 \(3774.600.62\)) Subject: v16 roles, SET FALSE, INHERIT FALSE, ADMIN FALSE Message-Id: <69A2A7BD-F8CA-4067-B229-B5F9FC6A884F@thebuild.com> Date: Mon, 8 Jul 2024 12:22:44 -0700 To: pgsql-general X-Mailer: Apple Mail (2.3774.600.62) X-Classification-ID: 0b9bf036-e6f5-40bd-9afe-0149a1908608-1-1 List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Hi, This is more curiosity than anything else. In the v16 role system, is = there actually any reason to grant membership in a role to a different = role, but with SET FALSE, INHERIT FALSE, and ADMIN FALSE? Does the role = granted membership gain any ability it didn't have before in that case?=