Re: BUG #3493: Cannot find data with = operator

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: BUG #3493: Cannot find data with = operator
Дата
Msg-id 20070727103549.GA3572@alvh.no-ip.org
обсуждение исходный текст
Ответ на BUG #3493: Cannot find data with = operator  ("Michal Niklas" <mn@heuthes.pl>)
Ответы Re: BUG #3493: Cannot find data with = operator  (Michał Niklas <michal.niklas@heuthes.pl>)
Список pgsql-bugs
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 customers where name like 'KIOSK ';
>  id | name
> ---------------+------------------
>         218856 | KIOSK
> (1 row)

What's the type of the name column?  Please be specific.

--
Alvaro Herrera                                http://www.CommandPrompt.com/
The PostgreSQL Company - Command Prompt, Inc.

В списке pgsql-bugs по дате отправления:

Предыдущее
От: "Michal Niklas"
Дата:
Сообщение: BUG #3493: Cannot find data with = operator
Следующее
От: "Sergey Burladyan"
Дата:
Сообщение: BUG #3494: may be Query Error: subplan does not executed