From a73d6c87f2eb19681fe52d6d8bb7db38a7a7da2a Mon Sep 17 00:00:00 2001 From: David Rowley Date: Wed, 24 Aug 2022 23:45:57 +1200 Subject: [PATCH] Doc: remove duplicate "a" from func.sgml Author: Shinya Kato Discussion: https://postgr.es/m/76c01275776749a167f49379ebec57f1@oss.nttdata.com Backpatch-through: 15, where that change was introduced --- doc/src/sgml/func.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml index 8dd63c0455..f87afefeae 100644 --- a/doc/src/sgml/func.sgml +++ b/doc/src/sgml/func.sgml @@ -18033,7 +18033,7 @@ FROM or array, but if it is CONDITIONAL it will not be applied to a single array or object. UNCONDITIONAL is the default. - If the result is a a scalar string, by default the value returned will have + If the result is a scalar string, by default the value returned will have surrounding quotes making it a valid JSON value. However, this behavior is reversed if OMIT QUOTES is specified. The ON ERROR and ON EMPTY