]> git.8kb.co.uk Git - postgresql/pg_jsonb_opx/commit
Changes:
authorglyn <glyn@8kb.co.uk>
Fri, 30 Jan 2015 21:36:35 +0000 (21:36 +0000)
committerglyn <glyn@8kb.co.uk>
Fri, 30 Jan 2015 21:36:35 +0000 (21:36 +0000)
commiteeec9a82f053ea71be517d39ddc4c25fccfa5579
treee9e22a69b177228a3668afb94f21da80665c7752
parentd7958daa16351c072af5fbd5d8522f10292e1aa3
Changes:
* attempt to remove object restrictions and allow operations on arrays and scalars.
* add a single text only key delete function
* unsure how operations on jsonb arrays should work, if for example arrays elements are numeric or boolean
possible angles are:
do some funny casting to text :-(
create separate functions taking (jsonb, int), (jsonb, bool) etc :-(

# Please enter the commit message for your changes. Lines starting
.gitignore [changed mode: 0644->0755]
README.md
jsonb_opx.c
jsonb_opx.sql.in