Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit dbd1c1a

Browse files
committed
Documentation fix: s/event_object_name/event_object_table/g
1 parent aaa3dfd commit dbd1c1a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/src/sgml/information_schema.sgml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $PostgreSQL: pgsql/doc/src/sgml/information_schema.sgml,v 1.22 2005/10/15 20:12:32 neilc Exp $ -->
1+
<!-- $PostgreSQL: pgsql/doc/src/sgml/information_schema.sgml,v 1.23 2005/12/08 20:48:10 petere Exp $ -->
22

33
<chapter id="information-schema">
44
<title>The Information Schema</title>
@@ -3822,7 +3822,7 @@ ORDER BY c.ordinal_position;
38223822
</row>
38233823

38243824
<row>
3825-
<entry><literal>event_object_name</literal></entry>
3825+
<entry><literal>event_object_table</literal></entry>
38263826
<entry><type>sql_identifier</type></entry>
38273827
<entry>Name of the table that the trigger is defined on</entry>
38283828
</row>
@@ -3901,7 +3901,7 @@ ORDER BY c.ordinal_position;
39013901
event. As a consequence of these two issues, the primary key of
39023902
the view <literal>triggers</literal> is really
39033903
<literal>(trigger_catalog, trigger_schema, trigger_name,
3904-
event_object_name, event_manipulation)</literal> instead of
3904+
event_object_table, event_manipulation)</literal> instead of
39053905
<literal>(trigger_catalog, trigger_schema, trigger_name)</literal>,
39063906
which is what the SQL standard specifies. Nonetheless, if you
39073907
define your triggers in a manner that conforms with the SQL

0 commit comments

Comments
 (0)