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