Commit 94d6727d authored by Andrew Dunstan's avatar Andrew Dunstan

Clarify documentation of jsonb - text

Peter Geoghegan
parent b81c7b40
...@@ -10302,8 +10302,9 @@ table2-mapping ...@@ -10302,8 +10302,9 @@ table2-mapping
<row> <row>
<entry><literal>-</literal></entry> <entry><literal>-</literal></entry>
<entry><type>text</type></entry> <entry><type>text</type></entry>
<entry>Delete the field with a specified key, or element with this <entry>Delete key/value pair or <emphasis>string</emphasis>
value</entry> element from left operand. Key/value pairs are matched based
on their key value.</entry>
<entry><literal>'{"a": "b"}'::jsonb - 'a' </literal></entry> <entry><literal>'{"a": "b"}'::jsonb - 'a' </literal></entry>
</row> </row>
<row> <row>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment