Re: jsonb and nested hstore

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: Teodor Sigaev <teodor(at)sigaev(dot)ru>
Cc: Andres Freund <andres(at)2ndquadrant(dot)com>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: jsonb and nested hstore
Date: 2014-02-06 23:47:31
Message-ID: 52F41F13.4070903@dunslane.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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 Content-Type Size
jsonb-10.patch.gz application/x-gzip 31.6 KB
nested-hstore-10.patch.gz application/x-gzip 66.2 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Andres Freund 2014-02-06 23:52:19 Re: Recovery inconsistencies, standby much larger than primary
Previous Message Tom Lane 2014-02-06 23:42:05 Re: Recovery inconsistencies, standby much larger than primary