PostGraphDB / postgraph

All in One Graph Extension for Postgres
GNU Affero General Public License v3.0
37 stars 5 forks source link

implement the inet_same_family function #195

Open JoshInnis opened 1 year ago

JoshInnis commented 1 year ago

inet_same_family ( inet, inet ) → boolean

Tests whether the addresses belong to the same IP family.

inet_same_family(inet '192.168.1.5/24', inet '::1') → f

JoshInnis commented 1 year ago

inet_same_family ( inet, inet ) → boolean

Tests whether the addresses belong to the same IP family.

inet_same_family(inet '192.168.1.5/24', inet '::1') → f