From: Peter Eisentraut Date: Thu, 8 Dec 2005 20:44:18 +0000 (+0000) Subject: Documentation fix: s/event_object_name/event_object_table/g X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=537fbaf5227810b6522bde51dfc87247d60123fe;p=users%2Fbernd%2Fpostgres.git Documentation fix: s/event_object_name/event_object_table/g --- diff --git a/doc/src/sgml/information_schema.sgml b/doc/src/sgml/information_schema.sgml index d8db05c96b..bf1609860c 100644 --- a/doc/src/sgml/information_schema.sgml +++ b/doc/src/sgml/information_schema.sgml @@ -3822,7 +3822,7 @@ ORDER BY c.ordinal_position; - event_object_name + event_object_table sql_identifier Name of the table that the trigger is defined on @@ -3901,7 +3901,7 @@ ORDER BY c.ordinal_position; 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