Re: BUG #18057: unaccent removes intentional spaces

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема Re: BUG #18057: unaccent removes intentional spaces
Дата
Msg-id ZOFW6ZBerH/IBoTC@paquier.xyz
обсуждение исходный текст
Ответ на Re: BUG #18057: unaccent removes intentional spaces  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: BUG #18057: unaccent removes intentional spaces
Список pgsql-bugs
On Sat, Aug 19, 2023 at 12:30:04PM -0400, Tom Lane wrote:
> Yeah, we could extend the parsing rules that way.  It would break
> any rules files that currently use double quote as a plain character,
> but it seems unlikely that there are any.  In any case, as long as
> this wasn't back-patched I think such a change would be acceptable.

Okay, thanks.  Note that we do use double-quotes as a translated
character in a few cases, but as long as these are only handled as a
single character we could be OK.  Or actually, wouldn't it be better
to always force escaping even for double quotes listed as single
characters?  Based on what unaccent.rules has, that's not necessary,
but it could simplify the python code generating the file or the C
parsing.  For example, the existing '”' would become listed as "\"" in
our unaccent.rules.
--
Michael

Вложения

В списке pgsql-bugs по дате отправления:

Предыдущее
От: Vik Fearing
Дата:
Сообщение: Re: BUG #18034: Accept the spelling "+infinity" in datetime input is not accurate
Следующее
От: Tom Lane
Дата:
Сообщение: Re: BUG #18057: unaccent removes intentional spaces