Re: JOINing based on whether an IP address is contained within a CIDR range? - Mailing list pgsql-sql

From Jonah H. Harris
Subject Re: JOINing based on whether an IP address is contained within a CIDR range?
Date
Msg-id 36e682920710260503w79ebde81la456bdefd304da5a@mail.gmail.com
Whole thread Raw
In response to Re: JOINing based on whether an IP address is contained within a CIDR range?  (Harald Fuchs <hf0217x@protecting.net>)
List pgsql-sql
On 10/26/07, Harald Fuchs <hf0217x@protecting.net> wrote:
> There are PostgreSQL builtin functions for that, but I think they are
> unable to use indexes. I use http://pgfoundry.org/projects/ip4r/
> and I think it's the best thing since the invention of sliced bread ;-)

Yes:

ip4r('ip') <<= ip4r(cidr('cidr'))

-- 
Jonah H. Harris, Sr. Software Architect | phone: 732.331.1324
EnterpriseDB Corporation                | fax: 732.331.1301
499 Thornall Street, 2nd Floor          | jonah.harris@enterprisedb.com
Edison, NJ 08837                        | http://www.enterprisedb.com/


pgsql-sql by date:

Previous
From: Harald Fuchs
Date:
Subject: Re: JOINing based on whether an IP address is contained within a CIDR range?
Next
From: "Chuck D."
Date:
Subject: Re: request for help with COPY syntax