Re: nested hstore patch

From: "Erik Rijkers" <er(at)xs4all(dot)nl>
To: andrew(at)dunslane(dot)net
Cc: david(at)justatheory(dot)com, pgsql-hackers(at)postgresql(dot)org
Subject: Re: nested hstore patch
Date: 2014-01-13 08:25:55
Message-ID: f29d70631e2046655c40dfcfce6db3c3.squirrel@webmail.xs4all.nl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Mon, January 13, 2014 00:24, Erik Rijkers wrote:
> On Sat, January 11, 2014 22:47, Andrew Dunstan wrote:
>>
>> On 01/11/2014 03:03 PM, Erik Rijkers wrote:
>>> On Sat, January 11, 2014 20:30, Peter Eisentraut wrote:
>>>> The documentation doesn't build.
>>> corrective patch is here:
>>>
>>> http://www.postgresql.org/message-id/37b9f104d5a838eec9b75f3668517aa5.squirrel@webmail.xs4all.nl
>>>
>> It will be in the next version of the patch posted.
>
>
> Attached is another handful of doc-fixes...
>

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.)

thanks,

Erik Rijkers

Attachment Content-Type Size
hstore.sgml.20140113.diff text/x-patch 6.7 KB
table_hstore_operators.pl application/x-perl 10.4 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Jeevan Chalke 2014-01-13 08:26:53 Re: [PATCH] Filter error log statements by sqlstate
Previous Message Heikki Linnakangas 2014-01-13 08:23:46 Re: INSERT...ON DUPLICATE KEY LOCK FOR UPDATE