Re: [HACKERS] I don't like LIKE

Поиск
Список
Период
Сортировка
От Thomas Lockhart
Тема Re: [HACKERS] I don't like LIKE
Дата
Msg-id 375DCA2B.25B3C208@alumni.caltech.edu
обсуждение исходный текст
Ответ на Re: [HACKERS] I don't like LIKE  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
> If you use variables to prevent makeIndexable from triggering, you
> will find that the system will indeed take
>         int4 like int4
>         float4 like float4
>         float8 like float8
> which I find surprising, seeing as how there are no such operators.
> Automatic anything->text conversion, apparently.  I wonder whether
> this isn't being a little too free with auto conversion.

Yeah, maybe. But since there aren't regression tests for it, and no
apparent interest in adding them, it's pretty damn hard to add useful
features without damaging other things, eh?

Hmm, maybe I'd better simmer down about the docs stuff before
answering more mail ;)
                  - Thomas

-- 
Thomas Lockhart                lockhart@alumni.caltech.edu
South Pasadena, California


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

Предыдущее
От: The Hermit Hacker
Дата:
Сообщение: Beta3 Available ...
Следующее
От: Thomas Lockhart
Дата:
Сообщение: Re: [HACKERS] 6.6 items