Re: Range Types - efficiency - Mailing list pgsql-hackers

From Jeff Davis
Subject Re: Range Types - efficiency
Date
Msg-id 1297323301.27157.493.camel@jdavis
Whole thread Raw
In response to Re: Range Types - efficiency  (Chris Browne <cbbrowne@acm.org>)
List pgsql-hackers
On Wed, 2011-02-09 at 18:07 -0500, Chris Browne wrote:
> rangetest@localhost->  create index i2 on some_data (range(whensit));
> CREATE INDEX

If you make this a GiST index, it should work.

The rewrites so that it can use a btree are an interesting idea though.

Regards,Jeff Davis



pgsql-hackers by date:

Previous
From: Noah Misch
Date:
Subject: Re: Varchar and binary protocol
Next
From: Merlin Moncure
Date:
Subject: Re: Varchar and binary protocol