From e75d99818dd3940be997520e64db8c9e3b207e39 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Tue, 21 May 2024 07:05:26 +0200 Subject: Merging upstream version 15.7. Signed-off-by: Daniel Baumann --- doc/src/sgml/html/pltcl-trigger.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/src/sgml/html/pltcl-trigger.html') diff --git a/doc/src/sgml/html/pltcl-trigger.html b/doc/src/sgml/html/pltcl-trigger.html index a6b9c89..76cb519 100644 --- a/doc/src/sgml/html/pltcl-trigger.html +++ b/doc/src/sgml/html/pltcl-trigger.html @@ -1,5 +1,5 @@ -44.6. Trigger Functions in PL/Tcl

44.6. Trigger Functions in PL/Tcl

+44.6. Trigger Functions in PL/Tcl

44.6. Trigger Functions in PL/Tcl

Trigger functions can be written in PL/Tcl. PostgreSQL requires that a function that is to be called as a trigger must be declared as a function with no arguments @@ -112,4 +112,4 @@ CREATE TRIGGER trig_mytab_modcount BEFORE INSERT OR UPDATE ON mytab Notice that the trigger function itself does not know the column name; that's supplied from the trigger arguments. This lets the trigger function be reused with different tables. -

\ No newline at end of file +

\ No newline at end of file -- cgit v1.2.3