]> git.8kb.co.uk Git - postgresql/pg_jsonb_opx/commit
Amend operations on scalar arrays
authorglyn <glyn@8kb.co.uk>
Mon, 23 Feb 2015 20:02:34 +0000 (20:02 +0000)
committerglyn <glyn@8kb.co.uk>
Mon, 23 Feb 2015 20:02:34 +0000 (20:02 +0000)
commitbf6318c60bd05043800c698a6b14f6aaa17a4824
tree29acc2d04c709931abd9bcf022c862eaf39fc4f2
parent4182f8ab210feedbd7d146aa2c6c6fa77ba4962f
Amend operations on scalar arrays

Currently deleting everything in a jsonb container results in either
an empty array or object container, the alternative is to produce an
error.
15 files changed:
expected/jsonb_opx.out
jsonb_opx.c
jsonb_opx.h
jsonb_utilsx.c
sql/Makefile [new file with mode: 0755]
sql/README.md [new file with mode: 0755]
sql/expected/jsonb_opx.out [new file with mode: 0755]
sql/jsonb_opx--1.0--1.1.sql [new file with mode: 0755]
sql/jsonb_opx--1.0.sql [new file with mode: 0755]
sql/jsonb_opx--1.1.sql [new file with mode: 0755]
sql/jsonb_opx.c [new file with mode: 0755]
sql/jsonb_opx.control [new file with mode: 0755]
sql/jsonb_opx.h [new file with mode: 0755]
sql/jsonb_opx_sql_comparison.sql [new file with mode: 0755]
sql/jsonb_utilsx.c [new file with mode: 0755]