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

View File

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