Full text t_tsquery is giving error - Mailing list pgsql-general

From AI Rumman
Subject Full text t_tsquery is giving error
Date
Msg-id AANLkTin8AQvgtGD1up_=PK9YMmLYv8NLjFe+de0sjObr@mail.gmail.com
Whole thread Raw
List 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 by date:

Previous
From: Tom Lane
Date:
Subject: Re: 9.0.X FOR UPDATE|SHARE on Sub-Query Causes "cannot extract system attribute from virtual tuple" if Sub-Query Returns Records (BUG)
Next
From: Radosław Smogura
Date:
Subject: Re: XML Encoding problem