Re: Allow database owners to CREATE EVENT TRIGGER
Steve Chavez <steve@supabase.io>
From: Steve Chavez <steve@supabase.io>
To: "David G. Johnston" <david.g.johnston@gmail.com>
Cc: Tom Lane <tgl@sss.pgh.pa.us>,
Aleksander Alekseev <aleksander@timescale.com>, PostgreSQL-development <pgsql-hackers@postgresql.org>
Date: 2025-04-21T04:02:47Z
Lists: pgsql-hackers
Attachments
- 0001-Allow-regular-users-to-create-event-triggers.patch (text/x-patch) patch 0001
> Also, this looks unconventional… > EventTriggerCacheItem *item = (EventTriggerCacheItem*) lfirst_oid(lc); Just noticed the mistake there, I would have expected a compilation error. New patch attached with the following change: EventTriggerCacheItem *item = lfirst(lc); On Sun, 20 Apr 2025 at 22:55, Steve Chavez <steve@supabase.io> wrote: > Sorry, attached the output file. > >