From 7d6a4fdf3243a7a18e2cfc6cf03bce01cc6ce651 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Fri, 6 May 2022 09:14:15 +0200 Subject: Fix some whitespace in documentation markup --- doc/src/sgml/func.sgml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml index cc4ab4a1f23..85ecc639fda 100644 --- a/doc/src/sgml/func.sgml +++ b/doc/src/sgml/func.sgml @@ -18797,7 +18797,7 @@ SELECT JSON_EXISTS(jsonb '{"a": [1,2,3]}', 'strict $.a[5]'); { ERROR | NULL | DEFAULT expression } ON EMPTY { ERROR | NULL | DEFAULT expression } ON ERROR ) - + Description @@ -18956,7 +18956,7 @@ SELECT JSON_VALUE(jsonb '[1,2]', 'strict $[*]' DEFAULT 1 ON ERROR); { ERROR | NULL | EMPTY { ARRAY | OBJECT } | DEFAULT expression } ON EMPTY { ERROR | NULL | EMPTY { ARRAY | OBJECT } | DEFAULT expression } ON ERROR ) - + Description -- cgit v1.2.3