Re: [BUGS] Bug in create operator and/or initdb - Mailing list pgsql-hackers

From John Hansen
Subject Re: [BUGS] Bug in create operator and/or initdb
Date
Msg-id 1107127104.2717.1.camel@localhost.localdomain
Whole thread Raw
In response to Re: [BUGS] Bug in create operator and/or initdb  (Greg Stark <gsstark@mit.edu>)
Responses Re: [BUGS] Bug in create operator and/or initdb  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
> On the contrary I'm using it for something that isn't really what it was
> designed for precisely *because* of the index methods. What index access
> methods are you looking for that are lacking?
> 
> db=> explain select * from foo where foo_code << '4.0.0.0/8';

explain select * from foo where foo_code >> '220.244.179.214/32';





pgsql-hackers by date:

Previous
From: Greg Stark
Date:
Subject: Re: [BUGS] Bug in create operator and/or initdb
Next
From: Tom Lane
Date:
Subject: Re: [BUGS] Bug in create operator and/or initdb