Re: [HACKERS] postgres/alpha problems

Поиск
Список
Период
Сортировка
От Thomas G. Lockhart
Тема Re: [HACKERS] postgres/alpha problems
Дата
Msg-id 3504CD1D.767C9D6D@alumni.caltech.edu
обсуждение исходный текст
Ответ на postgres/alpha problems  (Brett McCormick <brett@work.chicken.org>)
Список pgsql-hackers
> also, cast (var to type) is the same as type(var)?  weird!  why
> doesn't it just call the output/input functions (I can't cast name to
> text or vice-versa for comparisons)..

If there is an explicit conversion routine available, it might be/should
be faster and more correct than converting to and from strings. The last
resort fallback could be the string strategy. I'd like to work on the
type conversion problem for v6.4...

                                                             - Tom


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

Предыдущее
От: Brett McCormick
Дата:
Сообщение: no btree index for timestamp?
Следующее
От: "Pedro J. Lobo"
Дата:
Сообщение: Re: [HACKERS] postgres/alpha problems