aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Rowley <drowley@postgresql.org>2022-08-24 23:46:40 +1200
committerDavid Rowley <drowley@postgresql.org>2022-08-24 23:46:40 +1200
commite6828053d9d62aab68f74d0f3a024db10a4ce5fd (patch)
treef4599ce212874199c728e20e310bcb978237f03d
parentf02147bd237eb59d908ed3166895081ba17df4a1 (diff)
downloadpostgresql-e6828053d9d62aab68f74d0f3a024db10a4ce5fd.tar.gz
postgresql-e6828053d9d62aab68f74d0f3a024db10a4ce5fd.zip
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
-rw-r--r--doc/src/sgml/func.sgml2
1 files changed, 1 insertions, 1 deletions
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 <literal>CONDITIONAL</literal> it will not be
applied to a single array or object. <literal>UNCONDITIONAL</literal>
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 <literal>OMIT QUOTES</literal> is specified.
The <literal>ON ERROR</literal> and <literal>ON EMPTY</literal>