From 03bf59676ea0473e85b5540fe23be399ee3b3ac4 Mon Sep 17 00:00:00 2001 From: Robert Haas Date: Tue, 9 May 2017 23:57:52 -0400 Subject: [PATCH] Fix typo. Thomas Munro Discussion: http://postgr.es/m/CAEepm=3vV1YKxDfLMqq-nYM2fN+STMYLwPKFCoah4M0gxqqNNg@mail.gmail.com --- doc/src/sgml/trigger.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/src/sgml/trigger.sgml b/doc/src/sgml/trigger.sgml index ce76a1f0420..950245d19a2 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