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/plpgsql-control-structures.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/src/sgml/html/plpgsql-control-structures.html') diff --git a/doc/src/sgml/html/plpgsql-control-structures.html b/doc/src/sgml/html/plpgsql-control-structures.html index bc19b79..29291e5 100644 --- a/doc/src/sgml/html/plpgsql-control-structures.html +++ b/doc/src/sgml/html/plpgsql-control-structures.html @@ -1,5 +1,5 @@ -43.6. Control Structures

43.6. Control Structures #

+43.6. Control Structures

43.6. Control Structures #

Control structures are probably the most useful (and important) part of PL/pgSQL. With PL/pgSQL's control structures, @@ -940,4 +940,4 @@ CONTEXT: PL/pgSQL function outer_func() line 3 at RETURN GET STACKED DIAGNOSTICS ... PG_EXCEPTION_CONTEXT returns the same sort of stack trace, but describing the location at which an error was detected, rather than the current location. -

\ No newline at end of file +

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