Re: [BUGS] like operator bug

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: [BUGS] like operator bug
Дата
Msg-id 27352.936711802@sss.pgh.pa.us
обсуждение исходный текст
Ответ на like operator bug  (jfaith <jfaith@cemsys.com>)
Список pgsql-bugs
jfaith <jfaith@cemsys.com> writes:
> create table tst(addr char(4));
> insert into tst values('1000');
> insert into tst values('1010');
> insert into tst values('1120');
> select * from tst where addr like '1%0';
> produces
> addr
> ----
> 1120(1 row)
> where it should return all of the example rows.

You are right.  I think that's my fault :-(.  Will fix it.

> Also the bug tracking system at
>   http://www.PostgreSQL.ORG/bugs/visitor.php3
> is not functioning(I reported this like bug about 2 weeks ago slip 72 I
> think).

We have concluded that reporting bugs via the bugs email list is a
better approach than having people make direct entries into the bug
tracking system.  Theoretically the bug tracking system is for letting
people know what the status of known bugs is ... but I'm not sure if
anyone is maintaining it very diligently :-(.  The website needs to be
updated to explain that you should still submit bugs via pgsql-bugs.

            regards, tom lane

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

Предыдущее
От: jfaith
Дата:
Сообщение: like operator bug
Следующее
От: Frank Cusack
Дата:
Сообщение: Bug report