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