Re: jsonb and nested hstore

Поиск
Список
Период
Сортировка
От Andrew Dunstan
Тема Re: jsonb and nested hstore
Дата
Msg-id 531E54DF.9070807@dunslane.net
обсуждение исходный текст
Ответ на Re: jsonb and nested hstore  (Andrew Dunstan <andrew@dunslane.net>)
Список pgsql-hackers
On 03/10/2014 10:50 AM, Andrew Dunstan wrote:
>
> Thanks for your work on this.
>
> It's just occurred to me that we'll need to add hstore_to_jsonb
> functions and a cast to match the hstore_to_json functions and cast.
>
> That should be fairly simple - I'll work on that. It need not hold up
> progress with what's in this patch.

Here's a patch sans docs for this, to be applied on top of Peter's
patch. It's actually kinda useful as it demonstrates how non-jsonb code
can construct jsonb values directy.

cheers

andrew


Вложения

В списке pgsql-hackers по дате отправления:

Предыдущее
От: Joe Conway
Дата:
Сообщение: Why is AccessShareLock held until end of transaction?
Следующее
От: Alvaro Herrera
Дата:
Сообщение: Re: Cleaner build output when not much has changed