Re: How to use brin indexes?

From: hubert depesz lubaczewski <depesz(at)gmail(dot)com>
To: Heikki Linnakangas <hlinnakangas(at)vmware(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: How to use brin indexes?
Date: 2014-11-21 21:25:26
Message-ID: CAKrjmhebag5WJsCGCeai9vSD-2jHiBjcUGQouJh2U_xWdC_xHA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> The minmax operator families don't include any cross-type operators. I'm
not exactly sure why not.. Alvaro?
> Anyway, try "select * from t where id = 1224::int8"

It works that way, but it would be great to have it working with non-casted
values too.

depesz

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2014-11-21 21:26:41 Transient failure of rowsecurity regression test
Previous Message Stephen Frost 2014-11-21 20:59:26 Re: RLS with check option - surprised design