Merge pull request #534 from holyjak/patch-2
Update pg-ops/- docstring wrt array input
This commit is contained in:
commit
669fee5bc8
1 changed files with 1 additions and 0 deletions
|
|
@ -49,6 +49,7 @@
|
||||||
(def -
|
(def -
|
||||||
"The - operator:
|
"The - operator:
|
||||||
- text value: deletes a key (and its value) from a JSON object, or matching string value(s) from a JSON array
|
- text value: deletes a key (and its value) from a JSON object, or matching string value(s) from a JSON array
|
||||||
|
- text[] array value: as above, but for all the provided keys
|
||||||
- int value: deletes the array element with specified index (negative integers count from the end)"
|
- int value: deletes the array element with specified index (negative integers count from the end)"
|
||||||
:-)
|
:-)
|
||||||
(def hash- "The #- operator - deletes the field or array element at the specified path, where path elements can be either field keys or array indexes." :#-)
|
(def hash- "The #- operator - deletes the field or array element at the specified path, where path elements can be either field keys or array indexes." :#-)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue