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