From 323bcca5249c707b68d9f6d921d86fd750bcf33e Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Tue, 14 May 2024 21:16:20 +0200 Subject: Merging upstream version 16.3. Signed-off-by: Daniel Baumann --- doc/src/sgml/html/tcn.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/src/sgml/html/tcn.html') diff --git a/doc/src/sgml/html/tcn.html b/doc/src/sgml/html/tcn.html index fded63f..fe5d2b5 100644 --- a/doc/src/sgml/html/tcn.html +++ b/doc/src/sgml/html/tcn.html @@ -1,5 +1,5 @@ -F.44. tcn — a trigger function to notify listeners of changes to table content

F.44. tcn — a trigger function to notify listeners of changes to table content #

+F.44. tcn — a trigger function to notify listeners of changes to table content

F.44. tcn — a trigger function to notify listeners of changes to table content #

The tcn module provides a trigger function that notifies listeners of changes to any table on which it is attached. It must be used as an AFTER trigger FOR EACH ROW. @@ -52,4 +52,4 @@ test=# delete from tcndata where a = 1 and b = date '2012-12-22'; DELETE 1 Asynchronous notification "tcn" with payload ""tcndata",D,"a"='1',"b"='2012-12-22'" received from server process with PID 22770.

-

\ No newline at end of file +

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