Re: How to use brin indexes?

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: How to use brin indexes?
Дата
Msg-id 20141121214329.GR1639@alvin.alvh.no-ip.org
обсуждение исходный текст
Ответ на Re: How to use brin indexes?  (hubert depesz lubaczewski <depesz@gmail.com>)
Ответы Re: How to use brin indexes?  (Alvaro Herrera <alvherre@2ndquadrant.com>)
Список pgsql-hackers
hubert depesz lubaczewski wrote:
> > 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.

Yeah.  I didn't put in much extra effort because some simple experiments
worked with cross-type queries; my guess at the time was that the system
added casts automatically for some cases and that was good enough.  But
there are several examples that don't work all that nicely, so I'm going
to rework the opfamilies a bit.  Stay tuned.

-- 
Álvaro Herrera                http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Training & Services



В списке pgsql-hackers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Transient failure of rowsecurity regression test
Следующее
От: Adam Brightwell
Дата:
Сообщение: Re: superuser() shortcuts