]> granicus.if.org Git - postgresql/commitdiff
Clarify documentation of jsonb - text
authorAndrew Dunstan <andrew@dunslane.net>
Mon, 8 Jun 2015 01:31:52 +0000 (21:31 -0400)
committerAndrew Dunstan <andrew@dunslane.net>
Mon, 8 Jun 2015 01:31:52 +0000 (21:31 -0400)
Peter Geoghegan

doc/src/sgml/func.sgml

index 2d42b1e1743358cfcf9e096b44808696a0771848..ff00d43dae24a6acb2006877e3b7857c4e669226 100644 (file)
@@ -10302,8 +10302,9 @@ table2-mapping
        <row>
         <entry><literal>-</literal></entry>
         <entry><type>text</type></entry>
-        <entry>Delete the field with a specified key, or element with this
-        value</entry>
+        <entry>Delete key/value pair or <emphasis>string</emphasis>
+        element from left operand.  Key/value pairs are matched based
+        on their key value.</entry>
         <entry><literal>'{"a": "b"}'::jsonb - 'a' </literal></entry>
        </row>
        <row>