Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 81d46ea

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 d352de8 commit 81d46ea

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
@@ -457,6 +457,12 @@ UPDATE OF <replaceable>column_name1</replaceable> [, <replaceable>column_name2</
457457
value did not change.
458458
</para>
459459

460+
<para>
461+
There are a few built-in trigger functions that can be used to
462+
solve common problems without having to write your own trigger code;
463+
see <xref linkend="functions-trigger"/>.
464+
</para>
465+
460466
<para>
461467
In a <literal>BEFORE</literal> trigger, the <literal>WHEN</literal> condition is
462468
evaluated just before the function is or would be executed, so using

0 commit comments

Comments
 (0)