Re: Calling json_* functions with JSONB data

Поиск
Список
Период
Сортировка
От Marko Tiikkaja
Тема Re: Calling json_* functions with JSONB data
Дата
Msg-id 5af0f0c1-7ffa-7324-d83d-d1529124daca@joh.to
обсуждение исходный текст
Ответ на Calling json_* functions with JSONB data  (Peter van Hardenberg <pvh@pvh.ca>)
Ответы Re: Calling json_* functions with JSONB data  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: Calling json_* functions with JSONB data  (Peter van Hardenberg <pvh@pvh.ca>)
Список pgsql-hackers
On 2016-05-23 18:55, Peter van Hardenberg wrote:
> I talked this over with Andrew who had no objections and suggested I float
> it on the list before writing a patch. Looks pretty straightforward, just a
> few new data rows in pg_proc.h.
>
> Anyone have any concerns or suggestions?

What about cases like  json_whatever($1)  which previously worked but 
will now be ambiguous?  (Or will they somehow not be ambiguous?)


.m



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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Parallel pg_dump's error reporting doesn't work worth squat
Следующее
От: Tom Lane
Дата:
Сообщение: Re: It's seems that the function "do_text_output_multiline" does not suit for format "line1\nline2\n...lineN".