]> git.8kb.co.uk Git - postgresql/pg_jsonb_opx/commitdiff
Add to README.md
authorglyn <glyn@8kb.co.uk>
Mon, 16 Feb 2015 18:48:38 +0000 (18:48 +0000)
committerglyn <glyn@8kb.co.uk>
Mon, 16 Feb 2015 18:48:38 +0000 (18:48 +0000)
README.md

index b38e3155696b74d6488ef96cb58269c83dda297c..7933507de7c41d40450f403f6a8087ed5b7b8621 100755 (executable)
--- 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