--
-- bitne/2
--
create or replace function bitne(
  bit,
  bit
) returns bool as $$
bitne$$ language plpgsql;