From b8dfa25546ebb28f797c3504751f4dbec3a79b14 Mon Sep 17 00:00:00 2001 From: glyn Date: Mon, 16 Feb 2015 18:48:38 +0000 Subject: [PATCH] Add to README.md --- README.md | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) 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 -- 2.39.2