mirror of
https://github.com/postgres/postgres.git
synced 2026-02-22 17:31:00 -05:00
doc: Fix typo in event trigger documentation
From: Dimitri Fontaine <dimitri@2ndQuadrant.fr>
This commit is contained in:
parent
775a9f3025
commit
f960fae017
1 changed files with 1 additions and 1 deletions
|
|
@ -685,7 +685,7 @@ typedef struct EventTriggerData
|
|||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term><structfield>tg_event</></term>
|
||||
<term><structfield>event</></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Describes the event for which the function is called, one of
|
||||
|
|
|
|||
Loading…
Reference in a new issue