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

-- 
Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general

Reply via email to