--
-- lquery_in/1
--
create or replace function lquery_in(
  cstring
) returns lquery as $$
lquery_in$$ language plpgsql;