Re: Possibly a bug

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Анатолий <anatoly(at)email(dot)su>
Cc: pgsql-bugs(at)lists(dot)postgresql(dot)org
Subject: Re: Possibly a bug
Date: 2026-02-09 16:14:36
Message-ID: 3486019.1770653676@sss.pgh.pa.us
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

=?UTF-8?B?0JDQvdCw0YLQvtC70LjQuQ==?= <anatoly(at)email(dot)su> writes:
> Hello. If the *user* parameter is passed to a function, the other
> parameter is not converted to uppercase (if it is cirillic). The same
> with procedures and if you swap the params.

Works for me. The most obvious explanation for your result is that
you're using a locale that doesn't know anything about Cyrillic,
such as C locale.

regards, tom lane

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Hüseyin Demir 2026-02-09 17:16:26 Re: BUG #19393: pg_upgrade fails with duplicate key violation when CHECK constraint named *_not_null exists
Previous Message Анатолий 2026-02-09 12:41:30 Possibly a bug