From ebe124eacd7c3faa36ed358e7cc1d7c5b419e5f6 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 4 May 2024 14:18:09 +0200 Subject: Merging upstream version 15.6. Signed-off-by: Daniel Baumann --- doc/src/sgml/html/trigger-interface.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/src/sgml/html/trigger-interface.html') diff --git a/doc/src/sgml/html/trigger-interface.html b/doc/src/sgml/html/trigger-interface.html index ed345ef..a0ae14f 100644 --- a/doc/src/sgml/html/trigger-interface.html +++ b/doc/src/sgml/html/trigger-interface.html @@ -1,5 +1,5 @@ -39.3. Writing Trigger Functions in C

39.3. Writing Trigger Functions in C

+39.3. Writing Trigger Functions in C

39.3. Writing Trigger Functions in C

This section describes the low-level details of the interface to a trigger function. This information is only needed when writing trigger functions in C. If you are using a higher-level language then @@ -181,4 +181,4 @@ typedef struct Trigger Be careful to return either tg_trigtuple or tg_newtuple, as appropriate, if you don't want to modify the row being operated on. -

\ No newline at end of file +

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