compare with CHAR - Mailing list pgsql-sql

From Tomas Eriksson
Subject compare with CHAR
Date
Msg-id 003001c1aa5f$4f144cb0$410010ac@embryo.se
Whole thread Raw
List pgsql-sql
Hi.
 
I'm using a table with a indexed CHAR(3)-column. When I use SELECT .. WHERE Col = 'XXX', some results are empty, but the value in the row seems to be correct like other rows. If I update the row with same data I can get it into the result. So I didn't find any logic reason for this. I can find all rows using LIKE (or with some substring tests) with no problems. Shouldn't = always works the same..?  (Postgres 7.1.3)
 
kind regards
Tomas

pgsql-sql by date:

Previous
From: "Steve Brett"
Date:
Subject: Re: LIMIT Optimization- please release anything you've got ... :-)
Next
From: "Yvo Nelemans"
Date:
Subject: Re: options for no multiple rows?