]> granicus.if.org Git - postgresql/commit
Add jsonb_insert
authorTeodor Sigaev <teodor@sigaev.ru>
Wed, 6 Apr 2016 16:20:17 +0000 (19:20 +0300)
committerTeodor Sigaev <teodor@sigaev.ru>
Wed, 6 Apr 2016 16:25:00 +0000 (19:25 +0300)
commit0b62fd036e1ac48a8432bb9664b21e1f036c1b08
tree09a2b9176bb6b7ed77b86af1c212e7e2a18678a5
parent3b3fcc4eeaeecff315420833975e7c87d760bfe1
Add jsonb_insert

It inserts a new value into an jsonb array at arbitrary position or
a new key to jsonb object.

Author: Dmitry Dolgov
Reviewers: Petr Jelinek, Vitaly Burovoy, Andrew Dunstan
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/jsonb.h
src/test/regress/expected/jsonb.out
src/test/regress/sql/jsonb.sql