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