On Thu, Jan 9, 2014 at 5:08 PM, Andrew Dunstan <and...@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


-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

Reply via email to