Re: Looking for context around which event triggers are permitted

From: Aleksander Alekseev <aleksander(at)timescale(dot)com>
To: pgsql-hackers(at)lists(dot)postgresql(dot)org
Cc: Garrett Thornburg <film42(at)gmail(dot)com>
Subject: Re: Looking for context around which event triggers are permitted
Date: 2023-07-17 15:26:32
Message-ID: CAJ7c6TPieJPgJPQg3t81QjV_Bs8EYcJsFsR+-L_voxb7ro+vZg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,

> I was working on a project with event triggers and was wondering if there was any context from the developers around why some things make this list and others do not. Example: REVOKE/ GRANT are in the event trigger matrix [1] but REINDEX is not. Just wondering if there's a mailing list thread or a commit message that has more info. I can't seem to find anything in 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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Isaac Morland 2023-07-17 15:39:52 Re: Looking for context around which event triggers are permitted
Previous Message Andres Freund 2023-07-17 14:58:32 Re: Improve heapgetpage() performance, overhead from serializable