Re: nested hstore patch - Mailing list pgsql-hackers

From Robert Haas
Subject Re: nested hstore patch
Date
Msg-id CA+TgmoYLJ79Jiedirf6zHDGSyT+Kbb6q+tHL+5OKU-8BAg_4eQ@mail.gmail.com
Whole thread Raw
In response to Re: nested hstore patch  (Andrew Dunstan <andrew@dunslane.net>)
Responses Re: nested hstore patch  (Andrew Dunstan <andrew@dunslane.net>)
List pgsql-hackers
On Thu, Jan 9, 2014 at 5:08 PM, Andrew Dunstan <andrew@dunslane.net> wrote:
>  * I have replicated all the json processing functions for jsonb
>    (although not the json generating functions, such as to_json). Most
>    of these currently work by turning the jsonb back into json and then
>    processing as before. I am sorting out some technical issues and
>    hope to have all of these rewritten to use the native jsonb API in a
>    few days time.
>  * We still need to document jsonb. That too I hope will be done quite
>    shortly.
>  * The jsonb regression test currently contains U+ABCD - I guess we'd
>    better use some hex encoding or whatever for that - unlike json, the
>    jsonb de-serializer dissolves unicode escapes.

How does that work if the server encoding isn't UTF-8?

-- 
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company



pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: new json funcs
Next
From: Claudio Freire
Date:
Subject: Re: [ANNOUNCE] IMCS: In Memory Columnar Store for PostgreSQL