From: Peter Eisentraut Date: Tue, 14 Nov 2023 09:41:17 +0000 (+0100) Subject: Fix whitespace X-Git-Tag: REL_17_BETA1~1473 X-Git-Url: http://git.postgresql.org/gitweb/?a=commitdiff_plain;h=43071777be134bb471f316fea66d928e6c40e37f;p=postgresql.git Fix whitespace --- diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml index 202e64d0e07..d76df6239fe 100644 --- a/doc/src/sgml/func.sgml +++ b/doc/src/sgml/func.sgml @@ -718,7 +718,7 @@ repeat('Pg', 4) PgPgPgPg IS NULL and IS NOT NULL do not always return inverse results for row-valued expressions; in particular, a row-valued expression that contains both null and non-null fields will return false - for both tests. For example: + for both tests. For example: SELECT ROW(1,2.5,'this is a test') = ROW(1, 3, 'not the same');