--
-- get_byte/2
--
create or replace function get_byte(
  bytea,
  integer
) returns int4 as $$
byteaGetByte$$ language plpgsql;