diff options
author | Robert Haas <rhaas@postgresql.org> | 2017-05-09 23:57:52 -0400 |
---|---|---|
committer | Robert Haas <rhaas@postgresql.org> | 2017-05-09 23:57:52 -0400 |
commit | 03bf59676ea0473e85b5540fe23be399ee3b3ac4 (patch) | |
tree | 90a75af9b089b002674056058f808fc32e89fc7f | |
parent | 622c82279dcba1208049b8b9ae93023757a2dbbe (diff) | |
download | postgresql-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.sgml | 2 |
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 |