Skip to content

Commit 441d4b5

Browse files
committed
doc: mention trigger helper functions in CREATE TRIGGER docs
Reported-by: petermpallesen@gmail.com Discussion: https://postgr.es/m/159195294959.673.5752624528747900508@wrigleys.postgresql.org Backpatch-through: 9.5
1 parent 34c95d7 commit 441d4b5

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

doc/src/sgml/ref/create_trigger.sgml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -447,6 +447,12 @@ UPDATE OF <replaceable>column_name1</replaceable> [, <replaceable>column_name2</
447447
value did not change.
448448
</para>
449449

450+
<para>
451+
There are a few built-in trigger functions that can be used to
452+
solve common problems without having to write your own trigger code;
453+
see <xref linkend="functions-trigger">.
454+
</para>
455+
450456
<para>
451457
In a <literal>BEFORE</> trigger, the <literal>WHEN</> condition is
452458
evaluated just before the function is or would be executed, so using

0 commit comments

Comments
 (0)