pgsql: Fix restriction on specifying KEEP QUOTES in JSON_QUERY()

Поиск
Список
Период
Сортировка
От Amit Langote
Тема pgsql: Fix restriction on specifying KEEP QUOTES in JSON_QUERY()
Дата
Msg-id E1rtjE5-0015U7-0J@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Fix restriction on specifying KEEP QUOTES in JSON_QUERY()

Currently, transformJsonFuncExpr() enforces some restrictions on
the combinations of QUOTES and WRAPPER clauses that can be specified
in JSON_QUERY().  The intent was to only prevent the useless
combination WITH WRAPPER OMIT QUOTES, but the coding prevented KEEP
QUOTES too, which is not helpful. Fix that.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/561b74ddb8781f8c0511f6473c51fb51c8c6b087

Modified Files
--------------
src/backend/parser/parse_expr.c                  |  2 +-
src/test/regress/expected/sqljson_jsontable.out  | 13 +++++----
src/test/regress/expected/sqljson_queryfuncs.out | 36 +++++++++++++++---------
src/test/regress/sql/sqljson_jsontable.sql       |  5 ++--
src/test/regress/sql/sqljson_queryfuncs.sql      | 11 ++++----
5 files changed, 41 insertions(+), 26 deletions(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Kyotaro Horiguchi
Дата:
Сообщение: Re: pgsql: Enhance libpq encryption negotiation tests with new GUC
Следующее
От: Alexander Korotkov
Дата:
Сообщение: Re: pgsql: Transform OR clauses to ANY expression