Re: optimiser problem

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: optimiser problem
Дата
Msg-id 29873.989904680@sss.pgh.pa.us
обсуждение исходный текст
Ответ на optimiser problem  (Gavin Sherry <swm@linuxworld.com.au>)
Ответы Re: optimiser problem  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-hackers
Gavin Sherry <swm@linuxworld.com.au> writes:
> CREATE TABLE "b" (
>         "id" bigint,
>         "string" text
> );

> SELECT * FROM b WHERE id=1;

Try "WHERE id = 1::bigint".

(Hey Bruce, is there anything about this in the FAQ?)
        regards, tom lane


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

Предыдущее
От: Gavin Sherry
Дата:
Сообщение: Re: optimiser problem
Следующее
От: Stephan Szabo
Дата:
Сообщение: Re: optimiser problem