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