Re: Range Types - efficiency

From: Jeff Davis <pgsql(at)j-davis(dot)com>
To: Chris Browne <cbbrowne(at)acm(dot)org>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Range Types - efficiency
Date: 2011-02-10 07:35:01
Message-ID: 1297323301.27157.493.camel@jdavis
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Wed, 2011-02-09 at 18:07 -0500, Chris Browne wrote:
> rangetest(at)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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Merlin Moncure 2011-02-10 07:48:26 Re: Varchar and binary protocol
Previous Message Noah Misch 2011-02-10 06:57:35 Re: Varchar and binary protocol