From: Sebastian Harl Date: Sun, 9 Nov 2014 14:09:40 +0000 (+0100) Subject: sysdbql(7): Documented iterator support for arrays. X-Git-Tag: sysdb-0.6.0~10 X-Git-Url: https://git.tokkee.org/?p=sysdb.git;a=commitdiff_plain;h=84bf53428277176d9876ab35205d8bcc225d5480 sysdbql(7): Documented iterator support for arrays. --- 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*::