Clarify documentation of jsonb - text
authorAndrew Dunstan
Mon, 8 Jun 2015 01:31:52 +0000 (21:31 -0400)
committerAndrew Dunstan
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
        
         -
         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'