json generation enhancements

Поиск
Список
Период
Сортировка
От Andrew Dunstan
Тема json generation enhancements
Дата
Msg-id 50F03714.9050601@dunslane.net
обсуждение исходный текст
Ответы Re: json generation enhancements  (Andrew Dunstan <andrew@dunslane.net>)
Список pgsql-hackers
I have not had anyone follow up on this, so I have added docs and will 
add this to the commitfest.

Recap:

This adds the following:
    json_agg(anyrecord) -> json    to_json(any) -> json    hstore_to_json(hstore) -> json (also used as a cast)
hstore_to_json_loose(hstore)-> json
 

Also, in json generation, if any non-builtin type has a cast to json, 
that function is used instead of the type's output function.

cheers

andrew



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

Предыдущее
От: Simon Riggs
Дата:
Сообщение: Re: Performance Improvement by reducing WAL for Update Operation
Следующее
От: Andrew Dunstan
Дата:
Сообщение: Re: json generation enhancements