Re: BUG #17183: missing websearch_to_tsquery

From: Julien Rouhaud <rjuju123(at)gmail(dot)com>
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
Date: 2021-09-10 11:06:09
Message-ID: CAOBaU_b33oP=jjSbAEWwRP2MprkvwVtUmi1Fg89p+q_FrHMiGQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(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?

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Etsuro Fujita 2021-09-10 11:42:27 Re: BUG #16583: merge join on tables with different DB collation behind postgres_fdw fails
Previous Message Ashish Kumar 2021-09-10 10:07:38 Re: BUG #17188: Multiple rows are present with same values on a unique column