Re: Bug #441: Index using INT8 data type is ignored

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Bug #441: Index using INT8 data type is ignored
Дата
Msg-id 27734.999882495@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Bug #441: Index using INT8 data type is ignored  (pgsql-bugs@postgresql.org)
Список pgsql-bugs
Try coercing your constants to int8 explicitly:

    ... WHERE int8col = 42::int8;

See the archives for more info about this.

            regards, tom lane

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

Предыдущее
От: pgsql-bugs@postgresql.org
Дата:
Сообщение: Bug #441: Index using INT8 data type is ignored
Следующее
От: grant
Дата:
Сообщение: Re: Bug #441: Index using INT8 data type is ignored