Re: Allow database owners to CREATE EVENT TRIGGER
David G. Johnston <david.g.johnston@gmail.com>
From: "David G. Johnston" <david.g.johnston@gmail.com>
To: Steve Chavez <steve@supabase.io>
Cc: Tom Lane <tgl@sss.pgh.pa.us>,
Aleksander Alekseev <aleksander@timescale.com>, PostgreSQL-development <pgsql-hackers@postgresql.org>
Date: 2025-04-23T01:03:32Z
Lists: pgsql-hackers
On Tuesday, April 22, 2025, David G. Johnston <david.g.johnston@gmail.com> wrote: > On Tuesday, April 22, 2025, Steve Chavez <steve@supabase.io> wrote: > >> > alter event trigger command which doesn’t need to be exercised here >> >> That part does need to be tested, I modified >> `AlterEventTriggerOwner_internal` to allow altering owners to regular >> users. Before it was only restricted to superusers. >> > Ok. I missed this. David J.