Re: impact of version upgrade on fts

From: Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com>
To: Malik Rumi <malik(dot)a(dot)rumi(at)gmail(dot)com>, pgsql-general(at)lists(dot)postgresql(dot)org
Subject: Re: impact of version upgrade on fts
Date: 2021-04-25 15:27:38
Message-ID: 515e9549-b58a-4d2f-2f61-690dacb16c4e@aklaver.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 4/25/21 5:28 AM, Malik Rumi wrote:
> Greetings.
>
> I am about to do a long overdue upgrade to the latest version, which I
> believe is 13.2. However, I have full text search in my current install
> (9.4) and I am wondering if there are any special provisions I need to
> take to make sure that is not lost in the transition?  If this would be
> true for any other packages, please advise and or point me to the place
> in the docs where I can read up on this. I looked and did not see
> anything, which just proves I didn't know what to look for. Thanks.

FTS used to be a separate extension(tsearch2) before version Postgres
version 8.3. Since then it has been integrated into the core code, so it
would not be lost. That being said it would be advisable to read the
release notes for 9.5 --> 13 to see what changed in the core code.

>
>
>
> */“None of you has faith until he loves for his brother or his neighbor
> what he loves for himself.”/*

--
Adrian Klaver
adrian(dot)klaver(at)aklaver(dot)com

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Matthias Apitz 2021-04-25 15:37:52 Re: client waits for end of update operation and server proc is idle
Previous Message Malik Rumi 2021-04-25 12:28:43 impact of version upgrade on fts