Full text t_tsquery is giving error

Поиск
Список
Период
Сортировка
От AI Rumman
Тема Full text t_tsquery is giving error
Дата
Msg-id AANLkTin8AQvgtGD1up_=PK9YMmLYv8NLjFe+de0sjObr@mail.gmail.com
обсуждение исходный текст
Список pgsql-general
I am getting the following results:

select * from ts_debug('Rumman (AI)');

   alias   |   description   | token  |    dictionaries    |  dictionary  | lexemes 
-----------+-----------------+--------+--------------------+--------------+----------
 asciiword | Word, all ASCII | Rumman | {syn,english_stem} | english_stem | {rumman}
 blank     | Space symbols   |  (     | {}                 |              |
 asciiword | Word, all ASCII | AI     | {syn,english_stem} | english_stem | {ai}
 blank     | Space symbols   | )      | {}                 |              |
(4 rows)

But,

select to_tsquery('Rumman (AI)');

ERROR:  syntax error in tsquery: "Rumman (AI)"

I don't know why this is happening.
Any idea please.

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: 9.0.X FOR UPDATE|SHARE on Sub-Query Causes "cannot extract system attribute from virtual tuple" if Sub-Query Returns Records (BUG)
Следующее
От: Radosław Smogura
Дата:
Сообщение: Re: XML Encoding problem