Re: BUG #17183: missing websearch_to_tsquery

From: Budi Setiawan <sampah_budi(at)hotmail(dot)com>
To: Julien Rouhaud <rjuju123(at)gmail(dot)com>, PostgreSQL mailing lists <pgsql-bugs(at)lists(dot)postgresql(dot)org>
Subject: Re: BUG #17183: missing websearch_to_tsquery
Date: 2021-09-23 04:44:46
Message-ID: PS2PR06MB357375ECC339D7C32D8C2AB98CA39@PS2PR06MB3573.apcprd06.prod.outlook.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

________________________________
From: Julien Rouhaud <rjuju123(at)gmail(dot)com>
Sent: Friday, September 10, 2021 4:06 AM
To: Budi Setiawan <sampah_budi(at)hotmail(dot)com>; PostgreSQL mailing lists <pgsql-bugs(at)lists(dot)postgresql(dot)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(at)hotmail(dot)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

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message PG Bug reporting form 2021-09-23 08:30:12 BUG #17201: Pg_largeobject table grows uncontrollably
Previous Message Peter Geoghegan 2021-09-23 02:22:15 Re: BUG #17197: Assert failed on inserting index tuples after VACUUM