X-Git-Url: https://git.8kb.co.uk/?p=postgresql%2Fpg_jsonb_opx;a=blobdiff_plain;f=README.md;fp=README.md;h=078d2929f72f5dc193ec036f3b32a33f6b3155e6;hp=7fa1a43c9f221bb095829ea056114246101f6581;hb=c121fab7a779e85ecb31c42ba4788630370a2c75;hpb=b2272ef16fe0e6aa9b769f4517e9fe7177e3f444 diff --git a/README.md b/README.md index 7fa1a43..078d292 100755 --- a/README.md +++ b/README.md @@ -20,6 +20,6 @@ The following behave like hstore 1.x operators, i.e. without nested jsonb traver The following are intended to eventually function like hstore 2.0 operators * deletion at chained path using **#-** operator - jsonb_delete_path(jsonb, text[]) + * jsonb_delete_path(jsonb, text[]) * replacement at chained path using function (no operator) - jsonb_replace_path(jsonb, text[], jsonb) + * jsonb_replace_path(jsonb, text[], jsonb)