Re: About "Our CLUSTER implementation is pessimal" patch

Поиск
Список
Период
Сортировка
От Leonardo F
Тема Re: About "Our CLUSTER implementation is pessimal" patch
Дата
Msg-id 914351.31291.qm@web29018.mail.ird.yahoo.com
обсуждение исходный текст
Ответ на Re: About "Our CLUSTER implementation is pessimal" patch  (Heikki Linnakangas <heikki.linnakangas@enterprisedb.com>)
Список pgsql-hackers
> Consider multi-column indexes, ie:
> CREATE INDEX i_foo ON foo (length(a), length(b));


Ok, I've never thought of expression indexes that way
(in the (expr1,expr2,exprN) form): that is a good example.

> Maybe you're confusing expression indexes with partial indexes?

No no, that was exactly what I needed to know.


Thank you very much

Leonardo






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

Предыдущее
От: KaiGai Kohei
Дата:
Сообщение: Re: [BUG?] strange behavior in ALTER TABLE ... RENAME TO on inherited columns
Следующее
От: Magnus Hagander
Дата:
Сообщение: Re: Patch: psql \whoami option