Re: Indexes not working, please help. - Mailing list pgsql-general

From Ricardo Junior
Subject Re: Indexes not working, please help.
Date
Msg-id Pine.LNX.4.44.0207050137190.1388-100000@ricardo.localdomain
Whole thread Raw
In response to Re: Indexes not working, please help.  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-general
---
Index Scan using medidas_pkey on medidas  (cost=0.00..3.01 rows=1
width=36)
---

    Indeed, it got a bit faster... :D

    Thanks!

    []'s
    Ricardo.

On Fri, 5 Jul 2002, Tom Lane wrote:

> Ricardo Ryoiti Sugawara Junior <suga@netbsd.com.br> writes:
> >  cod        | bigint                      | not null default
>
> > explain select * from medidas where cod = 1231232;
>
> Try "1231232::bigint".
>
>             regards, tom lane
>




pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: Indexes not working, please help.
Next
From: Antonis Antoniou
Date:
Subject: Re: Indexes not working, please help.