pgsql: doc: Add link to login event trigger example

From: Daniel Gustafsson <dgustafsson(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: doc: Add link to login event trigger example
Date: 2024-10-02 10:31:36
Message-ID: E1svwdr-001qJB-SE@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

doc: Add link to login event trigger example

The login event trigger is not listed on the trigger firing matrix
since it's not fired by a command. Add a link to the example code
page similar to how the other event triggers link to the matrix.

Reported-by: Marcos Pegoraro <marcos(at)f10(dot)com(dot)br>
Discussion: https://postgr.es/m/CAB-JLwYS+78rX02BZ3wJ9ykVrd2i3O1K+7jzvZKQ0evquyQiLQ@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/94902b146fae024c03f80d496a0da5ba9751c9b5

Modified Files
--------------
doc/src/sgml/event-trigger.sgml | 5 +++++
1 file changed, 5 insertions(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Daniel Gustafsson 2024-10-02 11:27:43 pgsql: Add fastpaths for when no objects are found
Previous Message Fujii Masao 2024-10-02 02:20:14 pgsql: Fix inconsistent reporting of checkpointer stats.