Re: Table access method not behaving like Oracle (index vs sequential

From: Daniel Schuchardt <daniel_schuchardt(at)web(dot)de>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Table access method not behaving like Oracle (index vs sequential
Date: 2004-07-22 09:40:30
Message-ID: cdo1qu$20dm$1@news.hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Kevin Macdonald wrote:

>
> QUERY 2: select sobjid from p1_nrn_road where v = 1
>
> The plan is "Seq Scan on p1_nrn_road (cost=0.00..22158.54 rows=2 width=8)"
>
> The plan is wrong: "select min(v) from p1_nrn_road" returns
> 2226497481090365991, which indicates that the query will return 0 rows.
>

Hy Kevin,

please try

select sobjid from p1_nrn_road where v = '1'

(notice quotes)

I'm not sure but i think indexes that consists of more than 2 rows have
to be casted to char in PG.

Daniel.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Oleg Bartunov 2004-07-22 09:58:38 Re: [OpenFTS-general] AW: tsearch2, ispell, utf-8 and
Previous Message Oleg Bartunov 2004-07-22 09:32:10 Re: Tsearch2 - list of words or phrase with count