Re: jsonb and nested hstore - Mailing list pgsql-hackers

From Andrew Dunstan
Subject Re: jsonb and nested hstore
Date
Msg-id 531E54DF.9070807@dunslane.net
Whole thread Raw
In response to Re: jsonb and nested hstore  (Andrew Dunstan <andrew@dunslane.net>)
List pgsql-hackers
On 03/10/2014 10:50 AM, Andrew Dunstan wrote:
>
> Thanks for your work on this.
>
> It's just occurred to me that we'll need to add hstore_to_jsonb
> functions and a cast to match the hstore_to_json functions and cast.
>
> That should be fairly simple - I'll work on that. It need not hold up
> progress with what's in this patch.

Here's a patch sans docs for this, to be applied on top of Peter's
patch. It's actually kinda useful as it demonstrates how non-jsonb code
can construct jsonb values directy.

cheers

andrew


Attachment

pgsql-hackers by date:

Previous
From: Joe Conway
Date:
Subject: Why is AccessShareLock held until end of transaction?
Next
From: Alvaro Herrera
Date:
Subject: Re: Cleaner build output when not much has changed