BUG #4148: tsearch related issue

Поиск
Список
Период
Сортировка
От
Тема BUG #4148: tsearch related issue
Дата
Msg-id 200805070837.m478bDCo065815@wwwmaster.postgresql.org
обсуждение исходный текст
Ответы Re: BUG #4148: tsearch related issue  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-bugs
The following bug has been logged online:

Bug reference:      4148
Logged by:
Email address:      dksingh.engineer@gmail.com
PostgreSQL version: 8.3
Operating system:   windows xp
Description:        tsearch related issue
Details:

Hi,
  I'm using tsearch in my application.
for query SELECT to_tsvector('surprise') it's showing result as 'surpris':1
but when I try to search this word its returning false.

SELECT to_tsvector('surprise') @@ to_tsquery('surpris');

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

Предыдущее
От: "Marshall, Steve"
Дата:
Сообщение: ORDER BY...LIMIT optimization does not work with inherited tables
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: BUG #4024: xpath() results lose namespace mappings