Re: Index/Seq Scan Problem - Mailing list pgsql-general

From Tom Lane
Subject Re: Index/Seq Scan Problem
Date
Msg-id 1396.1050290121@sss.pgh.pa.us
Whole thread Raw
In response to Re: Index/Seq Scan Problem  ("Chris Cox" <cjcox@optushome.com.au>)
List pgsql-general
"Chris Cox" <cjcox@optushome.com.au> writes:
> Found my own problem!  I didn't cast the values as bigint on the where.

Right-o.  You shouldn't have to do that --- but we're still going round
and round about how to implicitly cast integer constants to the "right"
width.  All of the proposals so far have proven to create new problems
:-(

            regards, tom lane


pgsql-general by date:

Previous
From: "Chris Cox"
Date:
Subject: Re: Index/Seq Scan Problem
Next
From: Ron Johnson
Date:
Subject: Re: How can I get a column INT4 to be UNSIGNED ?