Re: [BUGS] Bug in create operator and/or initdb

From: John Hansen <john(at)geeknet(dot)com(dot)au>
To: Greg Stark <gsstark(at)mit(dot)edu>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: [BUGS] Bug in create operator and/or initdb
Date: 2005-01-30 23:18:23
Message-ID: 1107127104.2717.1.camel@localhost.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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';

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2005-01-31 00:00:17 Re: [BUGS] Bug in create operator and/or initdb
Previous Message Greg Stark 2005-01-30 23:12:12 Re: [BUGS] Bug in create operator and/or initdb