Re: Issue Supporting Emojis in Full Text Search on Ubuntu - Mailing list pgsql-novice

From Laurenz Albe
Subject Re: Issue Supporting Emojis in Full Text Search on Ubuntu
Date
Msg-id 6b6d86047189104288aa78aaf345cbf7323d2f61.camel@cybertec.at
Whole thread Raw
In response to Re: Issue Supporting Emojis in Full Text Search on Ubuntu  (Jordan Hurwich <jhurwich@pulsasensors.com>)
List pgsql-novice
On Wed, 2020-07-01 at 14:56 -0700, Jordan Hurwich wrote:
> You were completely right to question our previous manipulation of the pg_database entry,
> and after revisiting that we were able to address the issue by updating datcollate and
> datctype to "C" - ts_debug() now recognizes emoji characters as "word" characters and
> text search functionality is behaving as expected.

If you manually modified "pg_database", you probably broke your database.

At the very least, REINDEX all indexes that contain strings.  I don't know
if there could be other problems.

Yours,
Laurenz Albe
-- 
Cybertec | https://www.cybertec-postgresql.com




pgsql-novice by date:

Previous
From: Bzzzz
Date:
Subject: Re: Issue Supporting Emojis in Full Text Search on Ubuntu
Next
From: Jialun Zhang
Date:
Subject: Why do we have checkPointCopy in ControlFileData?