Is there a list of variables available?
I am specifically after a variable which gives the group that the current
member is in, or a list of them
in the context of
select * from users u
where u.group in current_group
I discovered that user and current_user both work to retrieve the username.
Is there a documented list of variables? I believe I have read a fair bit of
the docs without finding any.