What happened with bug #2527?

Поиск
Список
Период
Сортировка
От Sam's Lists
Тема What happened with bug #2527?
Дата
Msg-id 558124520908142213v360f2deax56c299fe4491edfc@mail.gmail.com
обсуждение исходный текст
Ответы Re: What happened with bug #2527?
Список pgsql-bugs
I seem to be being bitten by the same bug as #2527 which was reported three
years ago.

http://archives.postgresql.org/pgsql-bugs/2006-07/msg00056.php

I can't find any record of it having been addressed.

The bug was filed under Postrges 8.1.1; I'm on 8.3.7 on Ubuntu.

The error when 07 starts with an '

x=# select to_tsquery('foo & ''07 & bar');
ERROR:  syntax error in tsquery: "foo & '07 & bar"

Just plain 07 works okay:

x=# select to_tsquery('foo & 07 & bar');
      to_tsquery
----------------------
 'foo' & '07' & 'bar'
(1 row)

Is there a bug, or am I misunderstanding something?

Thanks

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

Предыдущее
От: Robert Haas
Дата:
Сообщение: Re: Stalled post to pgsql-bugs
Следующее
От: Tom Lane
Дата:
Сообщение: Re: What happened with bug #2527?