Re: inconsistency in aliasing

Поиск
Список
Период
Сортировка
От Reg Me Please
Тема Re: inconsistency in aliasing
Дата
Msg-id 200901141201.23496.regmeplease@gmail.com
обсуждение исходный текст
Ответ на inconsistency in aliasing  (Louis-David Mitterrand <vindex+lists-pgsql-general@apartia.org>)
Ответы Re: inconsistency in aliasing
Список pgsql-general
On Wednesday 14 January 2009 11:46:11 Louis-David Mitterrand wrote:
> Hi,
>
> This works:
>
>     critik=# select current_timestamp::abstime::int4 as score order by score;
>
> This doesn't:
>
>     critik=# select current_timestamp::abstime::int4 as score order by score +
> 1; ERROR:  column "score" does not exist
>     LINE 1: ...urrent_timestamp::abstime::int4 as score order by score + 1 ...
>
> Any idea ?
>
> Thanks,

Looks and smells like a bug.

--
Fahrbahn ist ein graues Band
weisse Streifen, grüner Rand

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

Предыдущее
От: Louis-David Mitterrand
Дата:
Сообщение: inconsistency in aliasing
Следующее
От: "A. Kretschmer"
Дата:
Сообщение: Re: inconsistency in aliasing