From: David Rowley Date: Wed, 24 Aug 2022 11:46:40 +0000 (+1200) Subject: Doc: remove duplicate "a" from func.sgml X-Git-Tag: REL_15_BETA4~41 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e6828053d9d62aab68f74d0f3a024db10a4ce5fd;p=thirdparty%2Fpostgresql.git 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 --- diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml index 3ff35dfd221..87af66757b0 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