Re: Comparing first 3 numbers of a IPv4 address? - Mailing list pgsql-general

From Jasen Betts
Subject Re: Comparing first 3 numbers of a IPv4 address?
Date
Msg-id id3g19$ipe$1@reversiblemaps.ath.cx
Whole thread Raw
In response to Comparing first 3 numbers of a IPv4 address?  (Alexander Farber <alexander.farber@gmail.com>)
List pgsql-general
On 2010-11-20, Alexander Farber <alexander.farber@gmail.com> wrote:

>
> 1) if I'd like to compare just the first 3 numbers of
> the IP address instead of the 4, how can I do it?
> (yes, I know about the A,B,C type of IPv4 networks...)

 have you heard of CIDR (what about IPV6, which I'm going to ignore,
but you should consider unless this code is throw-away)

 just use set_masklen and the >> operator.

 select set_masklen('1.2.3.4'::inet,24) >> '1.2.3.244'::inet;

--
⚂⚃ 100% natural

pgsql-general by date:

Previous
From: Thom Brown
Date:
Subject: Re: How to find correct locale name for CREATE DATABASE
Next
From: Jasen Betts
Date:
Subject: Re: finding rows with invalid characters