Re: postgres 9.6.8 to 10 on Ubuntu 16.04.4 LTS --- tsearch2 unloadable...

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Wells Oliver <wells(dot)oliver(at)gmail(dot)com>
Cc: pgsql-admin(at)lists(dot)postgresql(dot)org
Subject: Re: postgres 9.6.8 to 10 on Ubuntu 16.04.4 LTS --- tsearch2 unloadable...
Date: 2018-03-28 17:34:13
Message-ID: 1047.1522258453@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Wells Oliver <wells(dot)oliver(at)gmail(dot)com> writes:
> Thanks. I ran: select * from pg_proc where probin like '%tsearch%';
> This showed 38 functions. I believe I need to drop these, correct? However,
> I am using to_tsvector() and to_tsquery(), but I believe these are now part
> of the core postgres package, and I can safely drop these where probin
> contains tsearch2.

If the DB doesn't complain when you try to drop them, you're good.
But the built-in ones would not have that in probin, anyway.

regards, tom lane

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Thomas Poty 2018-03-28 17:41:23 raising error when max length of sql object's name reached
Previous Message Ervin Weber 2018-03-28 16:59:16 Re: Strange timezone 'math' in 9.6.8