Looking for context around which event triggers are permitted

From: Garrett Thornburg <film42(at)gmail(dot)com>
To: pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: Looking for context around which event triggers are permitted
Date: 2023-07-17 14:56:36
Message-ID: CAEEqfk71j6W=bBuzfVWYZC_EuOuyseq_X0p_caOvhW59RB8biA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hey list,

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

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Andres Freund 2023-07-17 14:58:32 Re: Improve heapgetpage() performance, overhead from serializable
Previous Message Aleksander Alekseev 2023-07-17 14:38:41 Re: ObjectIdGetDatum() missing from SearchSysCache*() callers