Re: nested hstore patch

Поиск
Список
Период
Сортировка
От Robert Haas
Тема Re: nested hstore patch
Дата
Msg-id CA+TgmoYLJ79Jiedirf6zHDGSyT+Kbb6q+tHL+5OKU-8BAg_4eQ@mail.gmail.com
обсуждение исходный текст
Ответ на Re: nested hstore patch  (Andrew Dunstan <andrew@dunslane.net>)
Ответы Re: nested hstore patch  (Andrew Dunstan <andrew@dunslane.net>)
Список 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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: new json funcs
Следующее
От: Claudio Freire
Дата:
Сообщение: Re: [ANNOUNCE] IMCS: In Memory Columnar Store for PostgreSQL