]> git.8kb.co.uk Git - postgresql/pg_jsonb_opx/blobdiff - README.md
Minor change to readme
[postgresql/pg_jsonb_opx] / README.md
index b1406e3fe0a03b2b9e172f3946c9da130e090940..078d2929f72f5dc193ec036f3b32a33f6b3155e6 100755 (executable)
--- a/README.md
+++ b/README.md
@@ -14,12 +14,12 @@ The following behave like hstore 1.x operators, i.e. without nested jsonb traver
   * jsonb_delete(jsonb, jsonb)
 * concatenation using **||** operator
   * jsonb_concat(jsonb, jsonb)
-* replacement using **=#** operator
+* replacement using **#=** operator
   * jsonb_replace(jsonb, jsonb)
 
-The following are intended to eventually function like hstor 2.0 operators
+The following are intended to eventually function like hstore 2.0 operators
 
 * deletion at chained path using **#-** operator
-    jsonb_delete_path(jsonb, text[])
-* replacement at chained path using function
-    jsonb_replace_path(jsonb, text[], jsonb)
+  * jsonb_delete_path(jsonb, text[])
+* replacement at chained path using function (no operator)
+  * jsonb_replace_path(jsonb, text[], jsonb)