pgsql: Return NULL from json_object_agg if it gets no rows.

Поиск
Список
Период
Сортировка
От Andrew Dunstan
Тема pgsql: Return NULL from json_object_agg if it gets no rows.
Дата
Msg-id E1XX81w-0005ry-II@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Return NULL from json_object_agg if it gets no rows.

This makes it consistent with the docs and with all other builtin
aggregates apart from count().

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/ecacbdbcee67e202cfcaa1180da170b9f13654bb

Modified Files
--------------
src/backend/utils/adt/json.c |    2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


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

Предыдущее
От: Heikki Linnakangas
Дата:
Сообщение: pgsql: Add -D option to specify data directory to pg_controldata and pg
Следующее
От: Andrew Dunstan
Дата:
Сообщение: pgsql: Return NULL from json_object_agg if it gets no rows.