Re: jsonb and nested hstore

Поиск
Список
Период
Сортировка
От Andrew Dunstan
Тема Re: jsonb and nested hstore
Дата
Msg-id 52E72745.90307@dunslane.net
обсуждение исходный текст
Ответ на jsonb and nested hstore  (Andrew Dunstan <andrew@dunslane.net>)
Ответы Re: jsonb and nested hstore  (Merlin Moncure <mmoncure@gmail.com>)
Re: jsonb and nested hstore  (Alvaro Herrera <alvherre@2ndquadrant.com>)
Re: jsonb and nested hstore  (Andrew Dunstan <andrew@dunslane.net>)
Список pgsql-hackers
On 01/26/2014 05:42 PM, Andrew Dunstan wrote:
>
> Here is the latest set of patches for nested hstore and jsonb.
>
> Because it's so large I've broken this into two patches and compressed
> them. The jsonb patch should work standalone. The nested hstore patch
> depends on it.
>
> All the jsonb functions now use the jsonb API - there is no more
> turning jsonb into text and reparsing it.
>
> At this stage I'm going to be starting cleanup on the jsonb code
> (indentation, error messages, comments etc.) as well get getting up
> some jsonb docs.
>
>
>


Here is an update of the jsonb part of this. Charges:

  * there is now documentation for jsonb
  * most uses of elog() in json_funcs.c are replaced by ereport().
  * indentation fixes and other tidying.

No changes in functionality.

cheers

andrew

Вложения

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

Предыдущее
От: Marti Raudsepp
Дата:
Сообщение: Re: PoC: Partial sort
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: INTERVAL overflow detection is terribly broken