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