X-Git-Url: https://git.8kb.co.uk/?p=postgresql%2Fpg_jsonb_opx;a=blobdiff_plain;f=README.md;fp=README.md;h=7fa1a43c9f221bb095829ea056114246101f6581;hp=0575f0d4176d9701dcb55f25b4400802bc202c9a;hb=b2272ef16fe0e6aa9b769f4517e9fe7177e3f444;hpb=bf6318c60bd05043800c698a6b14f6aaa17a4824 diff --git a/README.md b/README.md index 0575f0d..7fa1a43 100755 --- 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)