mirror of
https://github.com/postgres/postgres.git
synced 2025-07-24 14:22:24 +03:00
Mention table_rewrite as valid event trigger tag
This was forgotten in 618c9430a8
.
This commit is contained in:
@ -935,7 +935,7 @@ typedef struct EventTriggerData
|
||||
<para>
|
||||
Describes the event for which the function is called, one of
|
||||
<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
|
||||
events.
|
||||
</para>
|
||||
|
Reference in New Issue
Block a user