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-expressions.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/src/sgml/html/plpgsql-expressions.html') diff --git a/doc/src/sgml/html/plpgsql-expressions.html b/doc/src/sgml/html/plpgsql-expressions.html index f77ea76..435786c 100644 --- a/doc/src/sgml/html/plpgsql-expressions.html +++ b/doc/src/sgml/html/plpgsql-expressions.html @@ -1,5 +1,5 @@ -43.4. Expressions

43.4. Expressions #

+43.4. Expressions

43.4. Expressions #

All expressions used in PL/pgSQL statements are processed using the server's main SQL executor. For example, when you write @@ -52,4 +52,4 @@ IF count(*) > 0 FROM my_table THEN ... The SELECT must produce a single column, and not more than one row. (If it produces no rows, the result is taken as NULL.) -

\ No newline at end of file +

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