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

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: Andrew Tipton <andrew(at)kiwidrew(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Add json_typeof() and json_is_*() functions.
Date: 2013-07-29 14:48:18
Message-ID: 51F680B2.8020300@dunslane.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2013-07-29 14:52:10 Re: Bison 3.0 updates
Previous Message Andrew Dunstan 2013-07-29 14:46:41 Re: Bison 3.0 updates