]> granicus.if.org Git - postgresql/commit
Revert 95d737ff to add 'ignore_nulls'
authorStephen Frost <sfrost@snowman.net>
Mon, 29 Sep 2014 17:32:22 +0000 (13:32 -0400)
committerStephen Frost <sfrost@snowman.net>
Mon, 29 Sep 2014 17:32:22 +0000 (13:32 -0400)
commitc8a026e4f15e2063cd7fe6cb9ffe44f2a81398bd
tree7eafaecf26e876c7be72bd666fbb24adb8a097ae
parentdef4c28cf9147472ba4cfc5b68a098d7a29fb0fb
Revert 95d737ff to add 'ignore_nulls'

Per discussion, revert the commit which added 'ignore_nulls' to
row_to_json.  This capability would be better added as an independent
function rather than being bolted on to row_to_json.  Additionally,
the implementation didn't address complex JSON objects, and so was
incomplete anyway.

Pointed out by Tom and discussed with Andrew and Robert.
doc/src/sgml/func.sgml
src/backend/catalog/system_views.sql
src/backend/utils/adt/json.c
src/include/catalog/catversion.h
src/include/catalog/pg_proc.h
src/include/utils/json.h
src/test/regress/expected/json.out
src/test/regress/sql/json.sql