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