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