Re: Looking for context around which event triggers are permitted - Mailing list pgsql-hackers

From Aleksander Alekseev
Subject Re: Looking for context around which event triggers are permitted
Date
Msg-id CAJ7c6TPieJPgJPQg3t81QjV_Bs8EYcJsFsR+-L_voxb7ro+vZg@mail.gmail.com
Whole thread Raw
In response to Looking for context around which event triggers are permitted  (Garrett Thornburg <film42@gmail.com>)
Responses Re: Looking for context around which event triggers are permitted
List pgsql-hackers
Hi,

> I was working on a project with event triggers and was wondering if there was any context from the developers around
whysome things make this list and others do not. Example: REVOKE/ GRANT are in the event trigger matrix [1] but REINDEX
isnot. Just wondering if there's a mailing list thread or a commit message that has more info. I can't seem to find
anythingin the postgres list archives. Thanks! 
>
> [1] https://www.postgresql.org/docs/15/event-trigger-matrix.html

Good question. My guess would be that no one really needed an event
trigger for REINDEX so far.

--
Best regards,
Aleksander Alekseev



pgsql-hackers by date:

Previous
From: Andres Freund
Date:
Subject: Re: Improve heapgetpage() performance, overhead from serializable
Next
From: Isaac Morland
Date:
Subject: Re: Looking for context around which event triggers are permitted