projects
/
users
/
gsingh
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b81c7b4
)
Clarify documentation of jsonb - text
author
Andrew Dunstan
<andrew@dunslane.net>
Mon, 8 Jun 2015 01:31:52 +0000
(21:31 -0400)
committer
Andrew Dunstan
<andrew@dunslane.net>
Mon, 8 Jun 2015 01:31:52 +0000
(21:31 -0400)
Peter Geoghegan
doc/src/sgml/func.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/func.sgml
b/doc/src/sgml/func.sgml
index 2d42b1e1743358cfcf9e096b44808696a0771848..ff00d43dae24a6acb2006877e3b7857c4e669226 100644
(file)
--- a/
doc/src/sgml/func.sgml
+++ b/
doc/src/sgml/func.sgml
@@
-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>