| From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
|---|---|
| To: | "Herve LEFEBVRE" <herve(dot)lefebvre(at)bull(dot)net> |
| Cc: | pgsql-bugs(at)postgresql(dot)org |
| Subject: | Re: BUG #5104: tsearch parser mislead |
| Date: | 2009-10-08 15:12:22 |
| Message-ID: | 24139.1255014742@sss.pgh.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-bugs |
"Herve LEFEBVRE" <herve(dot)lefebvre(at)bull(dot)net> writes:
> The french opening and closing quotes ( char iso 00AB and 00BB ) are
> considered by the parser as alpha chars rather than punctuation chars (and
> so as space symbol).
That would suggest that you're using the wrong locale setting.
You did not say what you're using, though.
Another possibility is that the locale assumes a different encoding
than you're using in the database --- I don't remember if 8.3.x tries
to prevent a mismatch on that.
regards, tom lane
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2009-10-08 15:19:28 | Re: BUG #5102: Silent IN (list of strings) failure to detect syntax error when list is linewrapped |
| Previous Message | Kevin Grittner | 2009-10-08 15:12:03 | Re: BUG #5102: Silent IN (list of strings) failure to detect syntax error when list is linewrapped |