X-Git-Url: https://git.tokkee.org/?p=sysdb.git;a=blobdiff_plain;f=doc%2Fsysdbql.7.txt;fp=doc%2Fsysdbql.7.txt;h=03e09c7b20eb3b1a714ce11440545b2d3565a1bf;hp=3ef41c12bd0166fd8d2e0d131943bfacff80584a;hb=84bf53428277176d9876ab35205d8bcc225d5480;hpb=b05f6b021096f2fdcc0dd6fedd79742ca2bd11d3 diff --git a/doc/sysdbql.7.txt b/doc/sysdbql.7.txt index 3ef41c1..03e09c7 100644 --- a/doc/sysdbql.7.txt +++ b/doc/sysdbql.7.txt @@ -106,15 +106,15 @@ Boolean expressions may use the following operators: match except for a few cases as noted in the documentation of the respective operator. -*ANY* '' '' '':: - Compares the objects of an iterable child using any compare operator. - Evaluates to true if any of those child objects matches or false if no - such children exist. Otherwise, the same rules as for other comparison - operations apply. - -*ALL* '' '' '':: - *ALL* is similar to the *ANY* operator but matches if all child objects - match or if no children exist. +*ANY* '' '' '':: + Compares each element of an iterable using any compare operator. Evaluates + to true if any of the elements matches or false if no such elements exist. + Otherwise, the same rules as for other comparison operations apply. + Attributes, a host's services and metrics, and arrays are iterables. + +*ALL* '' '' '':: + *ALL* is similar to the *ANY* operator but matches if all elements match + or if no elements exist. '' *IS NULL*:: '' *IS NOT NULL*::