Re: [BUGS] BUG #3493: Cannot find data with = operator

2007-07-27 Thread Michał Niklas
Alvaro Herrera wrote: Michal Niklas wrote: isof_customer=# insert into customers (name) values ('KIOSK '); INSERT 437819002 1 isof_customer=# select id,name from customers where name='KIOSK '; id | name ---+-- (0 rows) isof_customer=# select id,name from custome

Re: [BUGS] BUG #3493: Cannot find data with = operator

2007-07-30 Thread Michał Niklas
Tom Lane wrote: "Michal Niklas" <[EMAIL PROTECTED]> writes: This is problem in just one table in one database. It works as expected on just created tmp table and on other customers databases. It works if I change 'KIOSK ' to other text. I tried 'vacuum analyze' on this table but it didn't