From: | "David G(dot) Johnston" <david(dot)g(dot)johnston(at)gmail(dot)com> |
---|---|
To: | Andrew Dunstan <andrew(at)dunslane(dot)net> |
Cc: | Marcos Pegoraro <marcos(at)f10(dot)com(dot)br>, PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org> |
Subject: | Re: Is missing LOGIN Event on Trigger Firing Matrix ? |
Date: | 2024-06-27 20:00:33 |
Message-ID: | CAKFQuwbmxyFq1RcekgExqRHTjpqs2za1jZExfON=X0Vwz9Xw2Q@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
On Thu, Jun 27, 2024 at 12:39 PM Andrew Dunstan <andrew(at)dunslane(dot)net> wrote:
> On 2024-06-27 Th 2:40 PM, Marcos Pegoraro wrote:
>
> create event trigger ... on login is now available but it is not shown on
> DOCs or is it in another page ?
>
> https://www.postgresql.org/docs/devel/event-trigger-matrix.html
> doesn't have it, should be there ?
>
>
> It's not triggered by a statement. But see here:
>
>
>
> https://www.postgresql.org/docs/devel/event-trigger-database-login-example.html
>
>
>
I suggest adding a sentence and link from the main description [1] to that
page.
We already do that for the ones that have commands:
"For a complete list of commands supported by the event trigger mechanism,
see Section 38.2."
and login deserves something similar on that page.
David J.
[1] https://www.postgresql.org/docs/devel/event-trigger-definition.html
From | Date | Subject | |
---|---|---|---|
Next Message | Peter Geoghegan | 2024-06-27 20:01:56 | Re: Improve EXPLAIN output for multicolumn B-Tree Index |
Previous Message | Alena Rybakina | 2024-06-27 19:56:56 | Re: POC, WIP: OR-clause support for indexes |