X-Git-Url: https://git.8kb.co.uk/?p=postgresql%2Fpg_jsonb_opx;a=blobdiff_plain;f=README.md;h=7933507de7c41d40450f403f6a8087ed5b7b8621;hp=b38e3155696b74d6488ef96cb58269c83dda297c;hb=b8dfa25546ebb28f797c3504751f4dbec3a79b14;hpb=e2015cbcbef47fbc6969498364bbcdd97321acc8 diff --git a/README.md b/README.md index b38e315..7933507 100755 --- a/README.md +++ b/README.md @@ -1,10 +1,20 @@ jsonb_opx ========= -Test delete and concatenation operators for PostgreSQL 9.4, this is purely for experimentation and contain errors and bad form. +Missing operators for jsonb in PostgreSQL 9.4, this may contain some errors and bad form so please test that it suits your requirements before using in any production scenario. -**USE ON PRODUCTION SYSTEMS AT OWN RISK** +Provides +-------- +* deletion using **-** operator + * jsonb_delete(jsonb, text) + * jsonb_delete(jsonb, text[]) + * jsonb_delete(jsonb, jsonb) +* concatenation using **||** operator + * jsonb_concat(jsonb, jsonb) + +More detail +----------- * delete operator **"-"** provided by functions *jsonb_delete(jsonb, text) jsonb_delete(jsonb, text[]) and jsonb_delete(jsonb, jsonb)* Provides: jsonb - text