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 1sPOdl-004Owx-Ph for pgsql-committers@arkaria.postgresql.org; Thu, 04 Jul 2024 15:44:57 +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 1sPOdj-000v5h-Ox for pgsql-committers@arkaria.postgresql.org; Thu, 04 Jul 2024 15:44:56 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1sPOdj-000v5X-Hr for pgsql-committers@lists.postgresql.org; Thu, 04 Jul 2024 15:44:56 +0000 Received: from sss.pgh.pa.us ([68.162.161.243]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1sPOdh-000OJJ-Ru for pgsql-committers@lists.postgresql.org; Thu, 04 Jul 2024 15:44:55 +0000 Received: from sss1.sss.pgh.pa.us (localhost [127.0.0.1]) by sss.pgh.pa.us (8.15.2/8.15.2) with ESMTP id 464Fips43408968; Thu, 4 Jul 2024 11:44:51 -0400 From: Tom Lane To: Michael Paquier cc: pgsql-committers@lists.postgresql.org, "Joel Jacobson" Subject: Re: pgsql: Add pg_get_acl() to get the ACL for a database object In-reply-to: References: Comments: In-reply-to Michael Paquier message dated "Thu, 04 Jul 2024 08:09:25 -0000" MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <3408966.1720107891.1@sss.pgh.pa.us> Date: Thu, 04 Jul 2024 11:44:51 -0400 Message-ID: <3408967.1720107891@sss.pgh.pa.us> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Michael Paquier writes: > Add pg_get_acl() to get the ACL for a database object > This function returns the ACL for a database object, specified by > catalog OID and object OID. Uh, why is it defined like that rather than allowing a subobject? This definition is unable to fetch column-specific ACLs. regards, tom lane