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