mirror of
https://github.com/postgres/postgres.git
synced 2025-05-31 00:01:57 -04:00
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