aboutsummaryrefslogtreecommitdiff
path: root/src/backend/executor/nodeModifyTable.c
diff options
context:
space:
mode:
authorAndrew Dunstan <andrew@dunslane.net>2015-05-12 15:52:45 -0400
committerAndrew Dunstan <andrew@dunslane.net>2015-05-12 15:52:45 -0400
commitc6947010ceb42143d9f047c65c1eac2b38928ab7 (patch)
tree038277e46347e8b1edf953f99289ac03950248ea /src/backend/executor/nodeModifyTable.c
parentafb9249d06f47d7a6d4a89fea0c3625fe43c5a5d (diff)
downloadpostgresql-c6947010ceb42143d9f047c65c1eac2b38928ab7.tar.gz
postgresql-c6947010ceb42143d9f047c65c1eac2b38928ab7.zip
Additional functions and operators for jsonb
jsonb_pretty(jsonb) produces nicely indented json output. jsonb || jsonb concatenates two jsonb values. jsonb - text removes a key and its associated value from the json jsonb - int removes the designated array element jsonb - text[] removes a key and associated value or array element at the designated path jsonb_replace(jsonb,text[],jsonb) replaces the array element designated by the path or the value associated with the key designated by the path with the given value. Original work by Dmitry Dolgov, adapted and reworked for PostgreSQL core by Andrew Dunstan, reviewed and tidied up by Petr Jelinek.
Diffstat (limited to 'src/backend/executor/nodeModifyTable.c')
0 files changed, 0 insertions, 0 deletions