Re: Data types for IP address.

From: Gaini Rajeshwar <raja(dot)rajeshwar2006(at)gmail(dot)com>
To: Michael Glaesemann <grzm(at)seespotcode(dot)net>
Cc: John R Pierce <pierce(at)hogranch(dot)com>, pgsql-general(at)postgresql(dot)org
Subject: Re: Data types for IP address.
Date: 2011-02-24 09:24:46
Message-ID: AANLkTimpU6X1x0Q6Se8wE5SMr=-nFRG4FKzyovNOEzBt@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Thu, Feb 24, 2011 at 1:10 AM, Michael Glaesemann <grzm(at)seespotcode(dot)net>wrote:

>
> On Feb 23, 2011, at 13:49, John R Pierce wrote:
>
> > On 02/23/11 4:44 AM, Stephane Bortzmeyer wrote:
> >>> *3. Start-End IP format :* 1.2.3.0-1.2.3.255
> >> You don't even need to program the conversion, it is already done:
> >>
> >> % netmask 1.2.3.0:1.2.3.255
> >> 1.2.3.0/24
> >
> > yes, but what about 10.1.2.57-10.1.2.123 ? presumably valid in his
> range system, and certainly NOT a valid CIDR range.
>
> If it hasn't been mentioned already, take a look at ip4r. <
> http://pgfoundry.org/projects/ip4r/>
>

I will look into it. May i know how to use this data type? It is not
available with postgreSQL 8.4 right?
I guess i have to download and integrate into postgreSQL, any suggestions on
how to do?

>
> Michael Glaesemann
> grzm seespotcode net
>
>
>
>
> --
> Sent via pgsql-general mailing list (pgsql-general(at)postgresql(dot)org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-general
>

In response to

Browse pgsql-general by date

  From Date Subject
Next Message salah jubeh 2011-02-24 09:35:08 Re: schema Cleanning
Previous Message Gaini Rajeshwar 2011-02-24 09:23:12 Re: Data types for IP address.