BUG #4446: Full text search cannot start with an apostrophe

Поиск
Список
Период
Сортировка
От Ryan Wallace
Тема BUG #4446: Full text search cannot start with an apostrophe
Дата
Msg-id 200809302250.m8UMoe4P094551@wwwmaster.postgresql.org
обсуждение исходный текст
Ответы Re: BUG #4446: Full text search cannot start with an apostrophe  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-bugs
The following bug has been logged online:

Bug reference:      4446
Logged by:          Ryan Wallace
Email address:      rywall@interchange.ubc.ca
PostgreSQL version: 8.3.4
Operating system:   Windows XP SP2
Description:        Full text search cannot start with an apostrophe
Details:

A tsquery cannot be created if the first character is an apostrophe:

eg.
SELECT * FROM text_search_vectors WHERE
text_search_vector @@ to_tsquery('''ksan&panel')

Error Generated:
ERROR: syntax error in tsquery: "'ksan&panel"
SQL state: 42601

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

Предыдущее
От: Heikki Linnakangas
Дата:
Сообщение: Re: BUG #4444: Wrong formated pdf manual
Следующее
От: Tom Lane
Дата:
Сообщение: Re: BUG #4446: Full text search cannot start with an apostrophe