BUG #8816: to_tsquery returns wrong results

From: thehappycoder(at)gmail(dot)com
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #8816: to_tsquery returns wrong results
Date: 2014-01-13 06:57:28
Message-ID: 20140113065728.30128.87880@wrigleys.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: 8816
Logged by: Anton Kuzmin
Email address: thehappycoder(at)gmail(dot)com
PostgreSQL version: 9.2.6
Operating system: Debian wheezy
Description:

to_tsquery('russian', 'Мария:*'::text) returns 'мар':* which is wrong. Мария
is a female's name.

I think the correct result should be 'мари':* because according to Russian
grammar this name can have the following forms: Мария, Марии, Марию, Марией

Browse pgsql-bugs by date

  From Date Subject
Next Message Молод К. В. 2014-01-13 09:38:54 postgresql-8.4 - PostgreSQL Server 8.4 на Локальный компьютер. Ошибка 1067: Процесс был неожиданно завершен.
Previous Message jonathan.katz 2014-01-13 04:25:21 BUG #8813: Clarifying OVERLAPS in the Docs