]> git.8kb.co.uk Git - postgresql/pg_jsonb_opx/blobdiff - README.md
Fix some logic when modifying scalars and simplify simple text deletion.
[postgresql/pg_jsonb_opx] / README.md
index 0575f0d4176d9701dcb55f25b4400802bc202c9a..7fa1a43c9f221bb095829ea056114246101f6581 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 hstore 2.0 operators
 
 * deletion at chained path using **#-** operator
     jsonb_delete_path(jsonb, text[])
-* replacement at chained path using function
+* replacement at chained path using function (no operator)
     jsonb_replace_path(jsonb, text[], jsonb)