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

Поиск
Список
Период
Сортировка
От Robert Haas
Тема Re: Add json_typeof() and json_is_*() functions.
Дата
Msg-id CA+TgmoZh+Um1nzMKrqPHQXMtMryVMeurhZsehoR+n5Gvw0DSpA@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Add json_typeof() and json_is_*() functions.  (Andrew Tipton <andrew@kiwidrew.com>)
Ответы Re: Add json_typeof() and json_is_*() functions.  (Andrew Dunstan <andrew@dunslane.net>)
Список pgsql-hackers
On Fri, Aug 2, 2013 at 8:22 AM, Andrew Tipton <andrew@kiwidrew.com> wrote:
> But without json_is_scalar(), the choice is one of these two forms:
>   json_typeof() NOT IN ('object', 'array')
>   json_typeof() IN ('string', 'number', 'boolean', 'null')

The first of those is what seemed to make sense to me.  The user can
always define their own convenience function if they so desire.  I
don't think we need to bloat the default contents of pg_proc for that.

-- 
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company



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

Предыдущее
От: Cédric Villemain
Дата:
Сообщение: Re: Disabling ALTER SYSTEM SET WAS: Re: ALTER SYSTEM SET command to change postgresql.conf parameters
Следующее
От: Robert Haas
Дата:
Сообщение: Re: how to pass data (tuples) to worker processes?