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-21T03:35:39Z
Lists: pgsql-hackers
On Sunday, April 20, 2025, Steve Chavez <steve@supabase.io> wrote: > > - A new file event_trigger_nosuper.sql is added for the new tests > Expected output for the new script was not included in the commit. Also, this looks unconventional… EventTriggerCacheItem *item = (EventTriggerCacheItem*) lfirst_oid(lc); David J.