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

From Andrew Dunstan
Subject Re: jsonb and nested hstore
Date
Msg-id 52F41F13.4070903@dunslane.net
Whole thread Raw
In response to Re: jsonb and nested hstore  (Teodor Sigaev <teodor@sigaev.ru>)
Responses Re: jsonb and nested hstore  ("Erik Rijkers" <er@xs4all.nl>)
Re: jsonb and nested hstore  (Andres Freund <andres@2ndquadrant.com>)
Re: jsonb and nested hstore  (Andres Freund <andres@2ndquadrant.com>)
Re: jsonb and nested hstore  (Tomas Vondra <tv@fuzzy.cz>)
List pgsql-hackers
On 02/05/2014 10:36 AM, Teodor Sigaev wrote:
>  Should I make new version of patch? Right now it's placed on github.
> May be Andrew wants to change something?
>


Attached are updated patches.

Apart from the things Teodor has fixed, this includes

  * switching to using text representation in jsonb send/recv
  * implementation of jsonb_array_elements_text that we need now we have
    json_array_elements_text
  * some code fixes requested in code reviews, plus some other tidying
    and refactoring.

cheers

andrew



Attachment

pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Recovery inconsistencies, standby much larger than primary
Next
From: Andres Freund
Date:
Subject: Re: Recovery inconsistencies, standby much larger than primary