Re: index for inet(ip address or ip range) - Mailing list pgsql-admin

From Lee Azzarello
Subject Re: index for inet(ip address or ip range)
Date
Msg-id 16b031c0902260836p5577e667jdbf120eb07998ef7@mail.gmail.com
Whole thread Raw
In response to index for inet(ip address or ip range)  (Tony Liao <tonyliao@yuehetone.com>)
Responses Re: index for inet(ip address or ip range)  (Tony Liao <tonyliao@yuehetone.com>)
List pgsql-admin
On Thu, Feb 26, 2009 at 5:33 AM, Tony Liao <tonyliao@yuehetone.com> wrote:
> hello,everybody
>           I want to create index for column ip1 and ip2.I know there is a
> contrib name ip4r.but the column ip1(ip2) would be a ip address or ip range.
>           The query would do select ....... where ip1>>='96.168.65.84' or
> ip2>>='96.168.65.84'.
>           does anyone have ideas?

The ipv4 type can accept CIDR blocks. Would that work for you?

-lee

pgsql-admin by date:

Previous
From: Lee Azzarello
Date:
Subject: Re: postgresql with storage
Next
From: Scott Marlowe
Date:
Subject: Re: Question to transaction ID wraparound