Re: nested hstore patch

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: Erik Rijkers <er(at)xs4all(dot)nl>
Cc: david(at)justatheory(dot)com, pgsql-hackers(at)postgresql(dot)org
Subject: Re: nested hstore patch
Date: 2014-01-13 15:36:40
Message-ID: 52D40808.5020802@dunslane.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


On 01/13/2014 03:25 AM, Erik Rijkers wrote:

> There are errors in the example expressions in "Table F-6. hstore Operators".
>
> Attached is a cumulative doc-patch (which includes the changes I sent earlier) which fixes these.
>
> I also attach an test perl program that shows the (small) differences in output between what's in that doc table and what
> one actually gets. (I found these too insignificant to change but perhaps you have a different opinion.)
>
>

A new version of the patch is attached. It includes all of Erik's docs
fixes and a small fix by Alexander Korotkov for hstore hash ops.

cheers

andrew

Attachment Content-Type Size
nested_hstore_and_jsonb-2.patch text/x-patch 521.2 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Andres Freund 2014-01-13 15:55:26 Re: Where do we stand on 9.3 bugs?
Previous Message Tom Lane 2014-01-13 15:26:59 Re: generic pseudotype IO functions?