Re: BUG: bigint and indexes ? - Mailing list pgsql-bugs

From Stephan Szabo
Subject Re: BUG: bigint and indexes ?
Date
Msg-id 20020304125950.R80308-100000@megazone23.bigpanda.com
Whole thread Raw
In response to BUG: bigint and indexes ?  ("Victor Krasinsky" <victor@psoft.lviv.ua>)
List pgsql-bugs
On Fri, 1 Mar 2002, Victor Krasinsky wrote:

> Is it a known bug if optimizer, that Postgres can't use indexes created on a int8 (bigint) ?
> This problem exists in 7.1.3 and even in 7.2.

You need to explicitly cast the constant that you're comparing to
bigint (1::bigint or CAST(1 as bigint)).

pgsql-bugs by date:

Previous
From: "Fouad Fezzi"
Date:
Subject: about catalogue tables bugs?
Next
From: Tom Lane
Date:
Subject: Re: Bug #607: to_date() function bug