Re: Text search dictionary vs. the C locale

From: twoflower <standa(dot)kurik(at)gmail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Text search dictionary vs. the C locale
Date: 2017-07-02 13:11:07
Message-ID: 1499001067008-5969678.post@n3.nabble.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Initializing the cluster with

initdb
&nbsp;&nbsp;--locale=C
&nbsp;&nbsp;--lc-ctype=en_US.UTF-8
&nbsp;&nbsp;--lc-messages=en_US.UTF-8
&nbsp;&nbsp;--lc-monetary=en_US.UTF-8
&nbsp;&nbsp;--lc-numeric=en_US.UTF-8
&nbsp;&nbsp;--lc-time=en_US.UTF-8
&nbsp;&nbsp;--encoding=UTF8

allows me to use my text search dictionary. Now it only remains to see
whether index creation will be still fast (I suspect it should) and if it
doesn't have any other unintended consequences (e.g. in pattern matching
which we use a lot).

--
View this message in context: http://www.postgresql-archive.org/Text-search-dictionary-vs-the-C-locale-tp5969677p5969678.html
Sent from the PostgreSQL - general mailing list archive at Nabble.com.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Adrian Klaver 2017-07-02 14:05:01 Re: Need help on compiling postgres source code from cloned repo
Previous Message twoflower 2017-07-02 11:35:24 Text search dictionary vs. the C locale