Commit b1b66717 authored by Alvaro Herrera's avatar Alvaro Herrera

Mention table_rewrite as valid event trigger tag

This was forgotten in 618c9430.
parent aa6b2e62
...@@ -935,7 +935,7 @@ typedef struct EventTriggerData ...@@ -935,7 +935,7 @@ typedef struct EventTriggerData
<para> <para>
Describes the event for which the function is called, one of Describes the event for which the function is called, one of
<literal>"ddl_command_start"</literal>, <literal>"ddl_command_end"</literal>, <literal>"ddl_command_start"</literal>, <literal>"ddl_command_end"</literal>,
<literal>"sql_drop"</literal>. <literal>"sql_drop"</literal>, <literal>"table_rewrite"</literal>.
See <xref linkend="event-trigger-definition"> for the meaning of these See <xref linkend="event-trigger-definition"> for the meaning of these
events. events.
</para> </para>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment