Skip to content

Commit d6ab720

Browse files
committed
doc: properly indent CREATE TRIGGER paragraph
This was done to match the surrounding indentation. Text added in PG 10. Backpatch-through: 10
1 parent a61116d commit d6ab720

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

doc/src/sgml/ref/create_trigger.sgml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)