Re: BUG #17917: to_tsquery syntax error

From: Cyrus Lozano <cyloz28(at)gmail(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-bugs(at)lists(dot)postgresql(dot)org
Subject: Re: BUG #17917: to_tsquery syntax error
Date: 2023-05-03 15:18:30
Message-ID: 66891F6A-553C-4507-A935-85CBFF738F31@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Hi Tom,

Thanks for checking. I did not notice that somehow, my flyway scripts related to the text search configuration failed, thus the error.

Please disregard this issue and apologies for the inconvenience.

Regards,

Cyrus Lozano

> On 3 May 2023, at 9:46 PM, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:
>
> PG Bug reporting form <noreply(at)postgresql(dot)org> writes:
>> select to_tsquery('lowercase', plainto_tsquery('lowercase', 'test')::text ||
>> ':*');
>
>> the above query runs successfully in Windows but got an error in Fedora 38:
>> ERROR: syntax error in tsquery: ":*"
>
> Works for me, after substituting a text search configuration name that
> I had installed:
>
> =# select to_tsquery('english', plainto_tsquery('english', 'test')::text ||
> ':*');
> to_tsquery
> ------------
> 'test':*
> (1 row)
>
> I think you mistyped something in the Fedora case. The error message
> is pretty clear that what to_tsquery() got was only ':*'.
>
> regards, tom lane

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Magnus Hagander 2023-05-03 16:03:04 Re: BUG #17919: "client hello" message / SNI / Openshift Routes
Previous Message David G. Johnston 2023-05-03 14:43:18 Re: BUG #17916: Expression IN list translates to unqualified operator