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