From: Andrew Dunstan Date: Mon, 8 Jun 2015 01:31:52 +0000 (-0400) Subject: Clarify documentation of jsonb - text X-Git-Tag: REL9_5_ALPHA1~104 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=94d6727dbe61117addd9c24eea28440a2151ccf4;p=postgresql Clarify documentation of jsonb - text Peter Geoghegan --- diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml index 2d42b1e174..ff00d43dae 100644 --- a/doc/src/sgml/func.sgml +++ b/doc/src/sgml/func.sgml @@ -10302,8 +10302,9 @@ table2-mapping - text - Delete the field with a specified key, or element with this - value + Delete key/value pair or string + element from left operand. Key/value pairs are matched based + on their key value. '{"a": "b"}'::jsonb - 'a'