Re: GiST support for inet datatypes - Mailing list pgsql-hackers

From Robert Haas
Subject Re: GiST support for inet datatypes
Date
Msg-id CA+TgmoYNMVbiK1tV_R5FuTpzwKGeS6ja5X88pc+LcSDyWFrtqg@mail.gmail.com
Whole thread Raw
In response to Re: GiST support for inet datatypes  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: GiST support for inet datatypes
Re: GiST support for inet datatypes
List pgsql-hackers
On Tue, Apr 8, 2014 at 3:51 PM, Tom Lane <tgl@sss.pgh.pa.us> wrote:
> I wrote:
>> [ inet-gist-v6.patch ]
>
> Committed with some additional documentation work.  Thanks for
> submitting this!

NICE.  I'd like to tell you how excited I am about this part:

# It also handles a new network
# operator inet && inet (overlaps, a/k/a "is supernet or subnet of"),
# which is expected to be useful in exclusion constraints.

...but I can't, because my mouth is too full of drool.  Wouldn't you
really want that more for cidr than for inet, though?

-- 
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company



pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: GiST support for inet datatypes
Next
From: Tom Lane
Date:
Subject: Re: GiST support for inet datatypes