diff options
author | Andrew Dunstan <andrew@dunslane.net> | 2015-06-07 21:31:52 -0400 |
---|---|---|
committer | Andrew Dunstan <andrew@dunslane.net> | 2015-06-07 21:31:52 -0400 |
commit | 94d6727dbe61117addd9c24eea28440a2151ccf4 (patch) | |
tree | 368f9f92276d3c5b8166e5c98a5db8be4c3428a9 | |
parent | b81c7b4098f52e64df89efe1461ba00a54649a10 (diff) |
Clarify documentation of jsonb - text
Peter Geoghegan
-rw-r--r-- | doc/src/sgml/func.sgml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml index 2d42b1e1743..ff00d43dae2 100644 --- a/doc/src/sgml/func.sgml +++ b/doc/src/sgml/func.sgml @@ -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> |