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