mirror of
https://github.com/postgres/postgres.git
synced 2025-08-05 07:41:25 +03:00
Clarify documentation of jsonb - text
Peter Geoghegan
This commit is contained in:
@@ -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>
|
||||||
|
Reference in New Issue
Block a user