Re: Index/Seq Scan Problem

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Index/Seq Scan Problem
Дата
Msg-id 1396.1050290121@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Index/Seq Scan Problem  ("Chris Cox" <cjcox@optushome.com.au>)
Список pgsql-general
"Chris Cox" <cjcox@optushome.com.au> writes:
> Found my own problem!  I didn't cast the values as bigint on the where.

Right-o.  You shouldn't have to do that --- but we're still going round
and round about how to implicitly cast integer constants to the "right"
width.  All of the proposals so far have proven to create new problems
:-(

            regards, tom lane


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

Предыдущее
От: "Chris Cox"
Дата:
Сообщение: Re: Index/Seq Scan Problem
Следующее
От: Ron Johnson
Дата:
Сообщение: Re: How can I get a column INT4 to be UNSIGNED ?