Re: [HACKERS] parse_coerce question

Поиск
Список
Период
Сортировка
От Thomas Lockhart
Тема Re: [HACKERS] parse_coerce question
Дата
Msg-id 37A9A221.C06759B7@alumni.caltech.edu
обсуждение исходный текст
Ответ на Re: [HACKERS] parse_coerce question  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
> > In any case, you'll need to make sure that you only promote types one
> > direction, so that (for example)
> >   select intcol from table where intcol < 33.5;
> > gets evaluated correctly.
> That is not parse_coerce()'s problem --- it just does what it's told.

Right. I wasn't sure how you were going to implement it. If you are
doing everything the same, but just pre-evaluating the result, we
should be OK.
                      - Thomas

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


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: [HACKERS] parse_coerce question
Следующее
От: Thomas Lockhart
Дата:
Сообщение: New man pages