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

From Budi Setiawan
Subject Re: BUG #17203: missing websearch_to_tsquery
Date
Msg-id PS2PR06MB3573DBC8737A714C800A5DD88CAB9@PS2PR06MB3573.apcprd06.prod.outlook.com
Whole thread Raw
In response to Re: BUG #17203: missing websearch_to_tsquery  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-bugs



> From: Tom Lane <tgl@sss.pgh.pa.us>
> Sent: Wednesday, September 29, 2021 6:36 AM
> To: sampah_budi@hotmail.com <sampah_budi@hotmail.com>
> Cc: pgsql-bugs@lists.postgresql.org <pgsql-bugs@lists.postgresql.org>
> Subject: Re: BUG #17203: missing websearch_to_tsquery
 
> PG Bug reporting form <noreply@postgresql.org> writes:
> > select count(*) from pg_proc where proname = 'websearch_to_tsquery';
> > count
> > -------
> >      0
> > (1 row)
>
> Are you sure the server is v13?
>
> SELECT version();
>
> > Just wondering if websearch_to_tsquery will ever be supported on aarch64
>
> Our aarch64 buildfarm members are all passing the regression tests
> just fine.
>
>                         regards, tom lane

It seems that my server is v10

Apparently, there are 3 versions of posgresql running when I run sudo systemctl start postgresql

postgres 21615     1  0 19:02 ?        00:00:00 /usr/lib/postgresql/13/bin/postgres -D /var/lib/postgresql/13/main -c config_file=/etc/postgresql/13/main/postgresql.conf
postgres 21616     1  0 19:02 ?        00:00:00 /usr/lib/postgresql/12/bin/postgres -D /var/lib/postgresql/12/main -c config_file=/etc/postgresql/12/main/postgresql.conf
postgres 21617     1  0 19:02 ?        00:00:00 /usr/lib/postgresql/10/bin/postgres -D /var/lib/postgresql/10/main -c config_file=/etc/postgresql/10/main/postgresql.conf

I need to figure out how to uninstall version 10 and 12

thanks for your help

pgsql-bugs by date:

Previous
From: Tom Lane
Date:
Subject: Re: BUG #17206: the function array_cat(anyarray, anyarray) does not exist
Next
From: PG Bug reporting form
Date:
Subject: BUG #17208: Download fails when running 'yum install postgresql96'