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