Re: Add json_typeof() and json_is_*() functions.

Поиск
Список
Период
Сортировка
От Andrew Dunstan
Тема Re: Add json_typeof() and json_is_*() functions.
Дата
Msg-id 51F680B2.8020300@dunslane.net
обсуждение исходный текст
Ответ на Add json_typeof() and json_is_*() functions.  (Andrew Tipton <andrew@kiwidrew.com>)
Список pgsql-hackers
On 07/29/2013 03:16 AM, Andrew Tipton wrote:
> The attached patch adds four new SQL functions for the JSON type:
>     json_typeof(json) RETURNS text
>     json_is_object(json) RETURNS boolean
>     json_is_array(json) RETURNS boolean
>     json_is_scalar(json) RETURNS boolean
>
>
>

Please add to the next CommitFest if you have not already done so.

cheers

andrew




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

Предыдущее
От: Andrew Dunstan
Дата:
Сообщение: Re: Bison 3.0 updates
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Bison 3.0 updates