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 1uMq8o-0056bx-NT for pgsql-general@arkaria.postgresql.org; Wed, 04 Jun 2025 15:34:58 +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 1uMq8m-00Dmzt-Qn for pgsql-general@arkaria.postgresql.org; Wed, 04 Jun 2025 15:34:57 +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 1uMq8m-00Dmzl-GQ for pgsql-general@lists.postgresql.org; Wed, 04 Jun 2025 15:34:57 +0000 Received: from sss.pgh.pa.us ([68.162.161.243]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1uMq8k-000CLA-2v for pgsql-general@postgresql.org; Wed, 04 Jun 2025 15:34:56 +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 554FYo0b1026416; Wed, 4 Jun 2025 11:34:50 -0400 From: Tom Lane To: Dominique Devienne cc: Robert Haas , pgsql-general@postgresql.org Subject: Re: Yet more ROLE changes in v18 beta1??? In-reply-to: References: Comments: In-reply-to Dominique Devienne message dated "Wed, 04 Jun 2025 16:32:52 +0200" MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <1026414.1749051290.1@sss.pgh.pa.us> Content-Transfer-Encoding: quoted-printable Date: Wed, 04 Jun 2025 11:34:50 -0400 Message-ID: <1026415.1749051290@sss.pgh.pa.us> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Dominique Devienne writes: > In any case, if anyone else knows about changes in this area, I'm intere= sted. Digging through the commit log didn't find much, but conceivably https://git.postgresql.org/gitweb/?p=3Dpostgresql.git&a=3Dcommitdiff&h=3D0= 1463e1cc Ensure that AFTER triggers run as the instigating user. regards, tom lane