From 1dd3ecefb29aa3e4dfff7a545343d64b00f4e783 Mon Sep 17 00:00:00 2001 From: Sebastian Harl Date: Wed, 12 Nov 2014 22:14:28 +0100 Subject: [PATCH] sysdbql(7): Documented IN . --- doc/sysdbql.7.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/sysdbql.7.txt b/doc/sysdbql.7.txt index 03e09c7..5e9fb85 100644 --- a/doc/sysdbql.7.txt +++ b/doc/sysdbql.7.txt @@ -127,7 +127,9 @@ Boolean expressions may use the following operators: of the second expression which has to be an array value (e.g., *backend* field). If the second value is not an array or if the type of the first value does not match the array's element type, the expression always - evaluates to false. + evaluates to false. The first value may also be an array. In this case, + the expression evaluates to true if all elements of that array are + included in the second array where order does not matter. Parentheses ('()') may be used around subexpressions to group them and enforce precedence. -- 2.30.2