Re: Add json_typeof() and json_is_*() functions. - Mailing list pgsql-hackers

From Andrew Dunstan
Subject Re: Add json_typeof() and json_is_*() functions.
Date
Msg-id 5256D4D2.2010802@dunslane.net
Whole thread Raw
In response to Re: Add json_typeof() and json_is_*() functions.  (Robert Haas <robertmhaas@gmail.com>)
List pgsql-hackers
On 08/06/2013 08:42 AM, Robert Haas wrote:
> 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.
>


I agree. I have committed a version with just the one function.

cheers

andrew



pgsql-hackers by date:

Previous
From: Dimitri Fontaine
Date:
Subject: Re: Compression of full-page-writes
Next
From: Bruce Momjian
Date:
Subject: Re: Auto-tuning work_mem and maintenance_work_mem