Skip to content

Commit dd2bb77

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 6685470 commit dd2bb77

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
@@ -386,6 +386,12 @@ UPDATE OF <replaceable>column_name1</replaceable> [, <replaceable>column_name2</
386386
value did not change.
387387
</para>
388388

389+
<para>
390+
There are a few built-in trigger functions that can be used to
391+
solve common problems without having to write your own trigger code;
392+
see <xref linkend="functions-trigger">.
393+
</para>
394+
389395
<para>
390396
In a <literal>BEFORE</> trigger, the <literal>WHEN</> condition is
391397
evaluated just before the function is or would be executed, so using

0 commit comments

Comments
 (0)