"Ryan Wallace" <[EMAIL PROTECTED]> writes:
> A tsquery cannot be created if the first character is an apostrophe:
> SELECT * FROM text_search_vectors WHERE
> text_search_vector @@ to_tsquery('''ksan&panel')
That's not a bug, that's you not following the syntax rules for lexemes.
You'd need someth
The following bug has been logged online:
Bug reference: 4446
Logged by: Ryan Wallace
Email address: [EMAIL PROTECTED]
PostgreSQL version: 8.3.4
Operating system: Windows XP SP2
Description:Full text search cannot start with an apostrophe
Details:
A tsquery cannot b