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