Re: Doc Rework: Section 9.16.13 SQL/JSON Query Functions

Поиск
Список
Период
Сортировка
От jian he
Тема Re: Doc Rework: Section 9.16.13 SQL/JSON Query Functions
Дата
Msg-id CACJufxFGXnx6At9=8gcxXuFSnDizEojpXSP76JAukGcujtEzeA@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Doc Rework: Section 9.16.13 SQL/JSON Query Functions  (jian he <jian.universality@gmail.com>)
Список pgsql-hackers
another tiny issue.

-        <literal>select json_query(jsonb '{"a": "[1, 2]"}', 'lax $.a'
OMIT QUOTES);</literal>
+        <literal>JSON_QUERY(jsonb '{"a": "[1, 2]"}', 'lax $.a' OMIT
QUOTES);</literal>
         <returnvalue>[1, 2]</returnvalue>
        </para>
        <para>
-        <literal>select json_query(jsonb '{"a": "[1, 2]"}', 'lax $.a'
RETURNING int[] OMIT QUOTES ERROR ON ERROR);</literal>
+        <literal>JSON_QUERY(jsonb '{"a": "[1, 2]"}', 'lax $.a'
RETURNING int[] OMIT QUOTES ERROR ON ERROR);</literal>

These two example queries don't need semicolons at the end?



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

Предыдущее
От: "杨伯宇(长堂)"
Дата:
Сообщение: 回复:Re: 回复:Re: speed up pg_upgrade with large number of tables
Следующее
От: Peter Smith
Дата:
Сообщение: Re: Pgoutput not capturing the generated columns