From: glyn Date: Tue, 24 Feb 2015 20:47:09 +0000 (+0000) Subject: Minor change to readme X-Git-Url: https://git.8kb.co.uk/?p=postgresql%2Fpg_jsonb_opx;a=commitdiff_plain;h=c121fab7a779e85ecb31c42ba4788630370a2c75 Minor change to readme --- 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)