1
0
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:
Andrew Dunstan
2015-06-07 21:31:52 -04:00
parent b81c7b4098
commit 94d6727dbe

View File

@ -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>