From: Robert Haas Date: Wed, 10 May 2017 03:57:52 +0000 (-0400) Subject: Fix typo. X-Git-Tag: REL_10_BETA1~54 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=03bf59676ea0473e85b5540fe23be399ee3b3ac4;p=postgresql Fix typo. Thomas Munro Discussion: http://postgr.es/m/CAEepm=3vV1YKxDfLMqq-nYM2fN+STMYLwPKFCoah4M0gxqqNNg@mail.gmail.com --- diff --git a/doc/src/sgml/trigger.sgml b/doc/src/sgml/trigger.sgml index ce76a1f042..950245d19a 100644 --- a/doc/src/sgml/trigger.sgml +++ b/doc/src/sgml/trigger.sgml @@ -123,7 +123,7 @@ - A statement that targets a parent table in a inheritance or partitioning + A statement that targets a parent table in an inheritance or partitioning hierarchy does not cause the statement-level triggers of affected child tables to be fired; only the parent table's statement-level triggers are fired. However, row-level triggers of any affected child tables will be