aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Haas <rhaas@postgresql.org>2017-05-09 23:57:52 -0400
committerRobert Haas <rhaas@postgresql.org>2017-05-09 23:57:52 -0400
commit03bf59676ea0473e85b5540fe23be399ee3b3ac4 (patch)
tree90a75af9b089b002674056058f808fc32e89fc7f
parent622c82279dcba1208049b8b9ae93023757a2dbbe (diff)
downloadpostgresql-03bf59676ea0473e85b5540fe23be399ee3b3ac4.tar.gz
postgresql-03bf59676ea0473e85b5540fe23be399ee3b3ac4.zip
Fix typo.
Thomas Munro Discussion: http://postgr.es/m/CAEepm=3vV1YKxDfLMqq-nYM2fN+STMYLwPKFCoah4M0gxqqNNg@mail.gmail.com
-rw-r--r--doc/src/sgml/trigger.sgml2
1 files changed, 1 insertions, 1 deletions
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 @@
</para>
<para>
- 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