select * from nets;

 name | note |      net
------+------+---------------
      |      | 172.16.0.0/16
(1 row)

select * from nets where net >>= '172.16.4.0/8';
 name | note | net
------+------+-----
(0 rows)

??????

---------------------------(end of broadcast)---------------------------
TIP 1: subscribe and unsubscribe commands go to [EMAIL PROTECTED]

Reply via email to