]> granicus.if.org Git - postgresql/commit
Cleanup around json_to_record/json_to_recordset
authorAndrew Dunstan <andrew@dunslane.net>
Wed, 26 Mar 2014 14:18:24 +0000 (10:18 -0400)
committerAndrew Dunstan <andrew@dunslane.net>
Wed, 26 Mar 2014 14:18:24 +0000 (10:18 -0400)
commitf9c6d72cbf49257fea4265d994b96e66f25b2474
treecb6117cc88855a54d382bbeae26303ee9a24af0b
parent28475f8e58bd5da2b44a42203665a543f335c6a3
Cleanup around json_to_record/json_to_recordset

Set function parameter names and defaults. Add jsonb versions (which the
code already provided for so the actual new code is trivial). Add jsonb
regression tests and docs.

Bump catalog version (which I apparently forgot to do when jsonb was
committed).
doc/src/sgml/func.sgml
src/backend/catalog/system_views.sql
src/backend/utils/adt/jsonfuncs.c
src/include/catalog/catversion.h
src/include/catalog/pg_proc.h
src/include/utils/json.h
src/test/regress/expected/jsonb.out
src/test/regress/expected/jsonb_1.out
src/test/regress/sql/jsonb.sql