Skip to content

Commit 94902b1

Browse files
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@f10.com.br> Discussion: https://postgr.es/m/CAB-JLwYS+78rX02BZ3wJ9ykVrd2i3O1K+7jzvZKQ0evquyQiLQ@mail.gmail.com
1 parent 17cc5f6 commit 94902b1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

doc/src/sgml/event-trigger.sgml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,11 @@
5454
the in-progress <literal>login</literal> trigger.
5555
</para>
5656

57+
<para>
58+
For an example on how to use the <literal>login</literal> event trigger,
59+
see <xref linkend="event-trigger-database-login-example"/>.
60+
</para>
61+
5762
<para>
5863
The <literal>ddl_command_start</literal> event occurs just before the
5964
execution of a <literal>CREATE</literal>, <literal>ALTER</literal>, <literal>DROP</literal>,

0 commit comments

Comments
 (0)