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

From Julien Rouhaud
Subject Re: BUG #17183: missing websearch_to_tsquery
Date
Msg-id CAOBaU_b33oP=jjSbAEWwRP2MprkvwVtUmi1Fg89p+q_FrHMiGQ@mail.gmail.com
Whole thread Raw
In response to BUG #17183: missing websearch_to_tsquery  (PG Bug reporting form <noreply@postgresql.org>)
Responses Re: BUG #17183: missing websearch_to_tsquery  (Budi Setiawan <sampah_budi@hotmail.com>)
List pgsql-bugs
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?



pgsql-bugs by date:

Previous
From: Ashish Kumar
Date:
Subject: Re: BUG #17188: Multiple rows are present with same values on a unique column
Next
From: Julien Rouhaud
Date:
Subject: Re: BUG #17188: Multiple rows are present with same values on a unique column