Re: Easy question

Поиск
Список
Период
Сортировка
От mlartz@gmail.com
Тема Re: Easy question
Дата
Msg-id 1146483320.091670.38040@u72g2000cwu.googlegroups.com
обсуждение исходный текст
Ответ на Easy question  (clemens.bertschler@gmail.com)
Список pgsql-performance
I can't speak to "the access mode of the SQL statement" but it looks
like the index that you are looking for is an index on an expression,
as shown in:

http://www.postgresql.org/docs/8.0/static/indexes-expressional.html

You probably want a btree on UPPER(municipo), if that is the primary
query method for the column.


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

Предыдущее
От: Scott Sipe
Дата:
Сообщение: Super-smack?
Следующее
От: "Steinar H. Gunderson"
Дата:
Сообщение: Re: Super-smack?