Re: BUG #17917: to_tsquery syntax error
| От | Tom Lane |
|---|---|
| Тема | Re: BUG #17917: to_tsquery syntax error |
| Дата | |
| Msg-id | 2957538.1683121573@sss.pgh.pa.us обсуждение исходный текст |
| Ответ на | BUG #17917: to_tsquery syntax error (PG Bug reporting form <noreply@postgresql.org>) |
| Ответы |
Re: BUG #17917: to_tsquery syntax error
|
| Список | pgsql-bugs |
PG Bug reporting form <noreply@postgresql.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
В списке pgsql-bugs по дате отправления: