Moved from GitHub tutorial/30
Posted by kortschak:
On page 9 of the schema section the first sentence, "expand(...predicates...)
is used to query for all given predicates, …" is confusing because of the use of ...predicates...
. What is the intention here?
Does it mean:
expand(pred1, pred2, ...)
-
expand(<some_predicate>)
(angle bracket use here as per man page usage). - something else?