Re: [HACKERS] UdmSearch: tables vs indices ...

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: [HACKERS] UdmSearch: tables vs indices ...
Дата
Msg-id 21273.947173952@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: [HACKERS] UdmSearch: tables vs indices ...  (The Hermit Hacker <scrappy@hub.org>)
Список pgsql-hackers
The Hermit Hacker <scrappy@hub.org> writes:
> explain to me what *this* would do:

>         sum(case dict.word when '$t' then 1 else 0 end)

Looks to me like it generates the same result as
select count(*) where dict.word = '$t';
        regards, tom lane


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: [HACKERS] Enhancing PGSQL to be compatible with Informix SQL
Следующее
От: The Hermit Hacker
Дата:
Сообщение: New Search Engine ... UdmSearch