Fix some whitespace in documentation markup
authorPeter Eisentraut
Fri, 6 May 2022 07:14:15 +0000 (09:14 +0200)
committerPeter Eisentraut
Fri, 6 May 2022 07:14:15 +0000 (09:14 +0200)
doc/src/sgml/func.sgml

index cc4ab4a1f239acc9d8692c93340721225ea9e730..85ecc639fdaa8f84ed7b2b2de5b0f02854179671 100644 (file)
@@ -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