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

44.7. Event Trigger Functions in PL/Tcl

+44.7. Event Trigger Functions in PL/Tcl

44.7. Event Trigger Functions in PL/Tcl

Event trigger functions can be written in PL/Tcl. PostgreSQL requires that a function that is to be called as an event trigger must be declared as a function with no @@ -27,4 +27,4 @@ $$ LANGUAGE pltcl; CREATE EVENT TRIGGER tcl_a_snitch ON ddl_command_start EXECUTE FUNCTION tclsnitch();

-

\ No newline at end of file +

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