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