Re: [GENERAL] Text search dictionary vs. the C locale - Mailing list pgsql-general

From twoflower
Subject Re: [GENERAL] Text search dictionary vs. the C locale
Date
Msg-id 1499020899417-5969703.post@n3.nabble.com
Whole thread Raw
In response to Re: [GENERAL] Text search dictionary vs. the C locale  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-general
Tom Lane-2 wrote
Presumably the problem is that the dictionary file parsing functions reject anything that doesn't satisfy t_isalpha() (unless it matches t_isspace()) and in C locale that's not going to accept very much.
That's what I also guessed and the fact that setting lc-ctype=en_US.UTF-8 makes it work confirms it, I think.

View this message in context: Re: Text search dictionary vs. the C locale
Sent from the PostgreSQL - general mailing list archive at Nabble.com.

pgsql-general by date:

Previous
From: Jeff Janes
Date:
Subject: Re: [GENERAL] Re: have trouble understanding xmin and xmax withupdate operations from two different sessions
Next
From: Alvaro Aguayo Garcia-Rada
Date:
Subject: [GENERAL] pglogical trouble on BDR cluster