diff options
author | David Rowley <drowley@postgresql.org> | 2022-08-24 23:45:57 +1200 |
---|---|---|
committer | David Rowley <drowley@postgresql.org> | 2022-08-24 23:45:57 +1200 |
commit | a73d6c87f2eb19681fe52d6d8bb7db38a7a7da2a (patch) | |
tree | 45e753d6f6df695e936f178b4d72d1d117ca446d | |
parent | 8b808f189fb1f62a6830e5c023f4ae49a1f4c9a8 (diff) | |
download | postgresql-a73d6c87f2eb19681fe52d6d8bb7db38a7a7da2a.tar.gz postgresql-a73d6c87f2eb19681fe52d6d8bb7db38a7a7da2a.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.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml index 8dd63c04556..f87afefeae7 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> |