@@ -500,17 +500,17 @@ UPDATE OF <replaceable>column_name1</replaceable> [, <replaceable>column_name2</
500500 </para>
501501
502502 <para>
503- Modifying a partitioned table or a table with inheritance children fires
504- statement-level triggers directly attached to that table, but not
505- statement-level triggers for its partitions or child tables. In contrast,
506- row-level triggers are fired for all affected partitions or child tables.
507- If a statement-level trigger has been defined with transition relations
508- named by a <literal>REFERENCING</literal> clause, then before and after
509- images of rows are visible from all affected partitions or child tables.
510- In the case of inheritance children, the row images include only columns
511- that are present in the table that the trigger is attached to. Currently,
512- row-level triggers with transition relations cannot be defined on
513- partitions or inheritance child tables.
503+ Modifying a partitioned table or a table with inheritance children fires
504+ statement-level triggers directly attached to that table, but not
505+ statement-level triggers for its partitions or child tables. In contrast,
506+ row-level triggers are fired for all affected partitions or child tables.
507+ If a statement-level trigger has been defined with transition relations
508+ named by a <literal>REFERENCING</literal> clause, then before and after
509+ images of rows are visible from all affected partitions or child tables.
510+ In the case of inheritance children, the row images include only columns
511+ that are present in the table that the trigger is attached to. Currently,
512+ row-level triggers with transition relations cannot be defined on
513+ partitions or inheritance child tables.
514514 </para>
515515
516516 <para>
0 commit comments