Re: BUG #17183: missing websearch_to_tsquery - Mailing list pgsql-bugs

From Budi Setiawan
Subject Re: BUG #17183: missing websearch_to_tsquery
Date
Msg-id PS2PR06MB357375ECC339D7C32D8C2AB98CA39@PS2PR06MB3573.apcprd06.prod.outlook.com
Whole thread Raw
In response to Re: BUG #17183: missing websearch_to_tsquery  (Julien Rouhaud <rjuju123@gmail.com>)
List pgsql-bugs



From: Julien Rouhaud <rjuju123@gmail.com>
Sent: Friday, September 10, 2021 4:06 AM
To: Budi Setiawan <sampah_budi@hotmail.com>; PostgreSQL mailing lists <pgsql-bugs@lists.postgresql.org>
Subject: Re: BUG #17183: missing websearch_to_tsquery
 
Please keep the list in copy, and avoid top posting.

> On Wed, Sep 8, 2021 at 4:26 PM Budi Setiawan <sampah_budi@hotmail.com> wrote:
> >
> > My bad for not providing more detail
> >
> > I ran that query
> >
> > select count(*) from pg_proc where proname = 'websearch_to_tsquery';
> >  count
> > -------
> >      0
> > (1 row)

> Can you try doing "REINDEX TABLE pg_proc;" and try again?  If you
> still get no match, can you try the same query on "postgres" and
> "template1" databases?

I've tried to reindex & query on both on postgres & template1 database

Unfortunately, I still got the same result

thanks

pgsql-bugs by date:

Previous
From: Peter Geoghegan
Date:
Subject: Re: BUG #17197: Assert failed on inserting index tuples after VACUUM
Next
From: PG Bug reporting form
Date:
Subject: BUG #17201: Pg_largeobject table grows uncontrollably