-
+
The Information Schema
|
- event_object_name
+ event_object_table
sql_identifier
Name of the table that the trigger is defined on
event. As a consequence of these two issues, the primary key of
the view triggers is really
(trigger_catalog, trigger_schema, trigger_name,
- event_object_name, event_manipulation) instead of
+ event_object_table, event_manipulation) instead of
(trigger_catalog, trigger_schema, trigger_name),
which is what the SQL standard specifies. Nonetheless, if you
define your triggers in a manner that conforms with the SQL