BUG #17917: to_tsquery syntax error

From: PG Bug reporting form <noreply(at)postgresql(dot)org>
To: pgsql-bugs(at)lists(dot)postgresql(dot)org
Cc: cyloz28(at)gmail(dot)com
Subject: BUG #17917: to_tsquery syntax error
Date: 2023-05-03 10:01:21
Message-ID: 17917-f156da20f2590412@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

The following bug has been logged on the website:

Bug reference: 17917
Logged by: Cyrus Lozano
Email address: cyloz28(at)gmail(dot)com
PostgreSQL version: 13.10
Operating system: Linux - Fedora 38
Description:

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: ":*"

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message PG Bug reporting form 2023-05-03 11:43:41 BUG #17918: Checksum failed while sync repos for a package
Previous Message Masahiko Sawada 2023-05-03 07:29:33 Re: BUG #17914: walsenders taking up all memory