Re: pgsql: Common SQL/JSON clauses

Поиск
Список
Период
Сортировка
От Andrew Dunstan
Тема Re: pgsql: Common SQL/JSON clauses
Дата
Msg-id 9fee834f-ddd9-2adb-0d6f-4ad5af92c12b@dunslane.net
обсуждение исходный текст
Ответ на Re: pgsql: Common SQL/JSON clauses  (Andres Freund <andres@anarazel.de>)
Ответы Re: pgsql: Common SQL/JSON clauses  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: pgsql: Common SQL/JSON clauses  (Alvaro Herrera <alvherre@alvh.no-ip.org>)
Список pgsql-committers
On 3/22/22 18:33, Andres Freund wrote:
> Hi,
>
> On 2022-03-22 21:34:25 +0000, Andrew Dunstan wrote:
>> Common SQL/JSON clauses
>>
>> This introduces some of the building blocks used by the SQL/JSON
>> constructor and query functions. Specifically, it provides node
>> executor and grammar support for the FORMAT JSON [ENCODING foo]
>> clause, and values decorated with it, and for the RETURNING clause.
>>
>> The following SQL/JSON patches will leverage these.
> This currently triggers a number of warnings. I assume that's because of the
> following patches not being there yet? How far out are those?
>

Tomorrow, with the SQL/JSON constructors patch should resolve it. So
roughly 24 hours. It's not his fault but this happened because Alvaro
asked me to stagger the commits.


cheers


andrew



--
Andrew Dunstan
EDB: https://www.enterprisedb.com




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

Предыдущее
От: Andres Freund
Дата:
Сообщение: Re: pgsql: Common SQL/JSON clauses
Следующее
От: Andres Freund
Дата:
Сообщение: pgsql: Add missing xlogdefs.h include to pg_subscription.h.