diff options
Diffstat (limited to 'doc/src/sgml/ref/create_event_trigger.sgml')
-rw-r--r-- | doc/src/sgml/ref/create_event_trigger.sgml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/doc/src/sgml/ref/create_event_trigger.sgml b/doc/src/sgml/ref/create_event_trigger.sgml index 56c7b52a59c..08894b22cfb 100644 --- a/doc/src/sgml/ref/create_event_trigger.sgml +++ b/doc/src/sgml/ref/create_event_trigger.sgml @@ -98,12 +98,6 @@ CREATE EVENT TRIGGER <replaceable class="PARAMETER">name</replaceable> A user-supplied function that is declared as taking no argument and returning type <literal>event_trigger</literal>. </para> - <para> - If your event trigger is implemented in <literal>C</literal> then it - will be called with an argument, of - type <literal>internal</literal>, which is a pointer to - the <literal>Node *</literal> parse tree. - </para> </listitem> </varlistentry> |