Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1vpTuU-009UJd-25 for pgsql-bugs@arkaria.postgresql.org; Mon, 09 Feb 2026 16:14:50 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.96) (envelope-from ) id 1vpTuS-00BfeG-2E for pgsql-bugs@arkaria.postgresql.org; Mon, 09 Feb 2026 16:14:48 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1vpTuS-00Bfe8-1O for pgsql-bugs@lists.postgresql.org; Mon, 09 Feb 2026 16:14:48 +0000 Received: from sss.pgh.pa.us ([68.162.161.243]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.98.2) (envelope-from ) id 1vpTuQ-00000001Ia2-2VBr for pgsql-bugs@lists.postgresql.org; Mon, 09 Feb 2026 16:14:47 +0000 Received: from sss1.sss.pgh.pa.us (localhost [127.0.0.1]) by sss.pgh.pa.us (8.15.2/8.15.2) with ESMTP id 619GEaH93486020; Mon, 9 Feb 2026 11:14:36 -0500 From: Tom Lane To: =?UTF-8?B?0JDQvdCw0YLQvtC70LjQuQ==?= cc: pgsql-bugs@lists.postgresql.org Subject: Re: Possibly a bug In-reply-to: References: Comments: In-reply-to =?UTF-8?B?0JDQvdCw0YLQvtC70LjQuQ==?= message dated "Mon, 09 Feb 2026 15:41:30 +0300" MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <3486018.1770653676.1@sss.pgh.pa.us> Date: Mon, 09 Feb 2026 11:14:36 -0500 Message-ID: <3486019.1770653676@sss.pgh.pa.us> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk =?UTF-8?B?0JDQvdCw0YLQvtC70LjQuQ==?= 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