Re: text search configuration missing while migration from 8.3 to 9.4

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Julie Nishimura <juliezain(at)hotmail(dot)com>
Cc: Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com>, "pgsql-general(at)lists(dot)postgresql(dot)org" <pgsql-general(at)lists(dot)postgresql(dot)org>
Subject: Re: text search configuration missing while migration from 8.3 to 9.4
Date: 2019-04-17 04:45:41
Message-ID: 4619.1555476341@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Julie Nishimura <juliezain(at)hotmail(dot)com> writes:
> Thank you guys. I've dumped the schema and was able to load it properly this time. There were some missing text search dictionaries, fts templates and functions. I was able to recreate it. Now is my question - do I need to reload the data?

The base textual data should be fine, but if you've got derived
tsvector columns or indexes, you might need to recompute those.

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Julie Nishimura 2019-04-17 05:51:07 Re: text search configuration missing while migration from 8.3 to 9.4
Previous Message Julie Nishimura 2019-04-17 04:42:13 Re: text search configuration missing while migration from 8.3 to 9.4