Mention table_rewrite as valid event trigger tag

This was forgotten in 618c9430a8.
This commit is contained in:
Alvaro Herrera 2015-07-15 17:08:46 +03:00
parent aa6b2e629c
commit b1b6671722
1 changed files with 1 additions and 1 deletions

View File

@ -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>