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
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