public inbox for [email protected]
help / color / mirror / Atom feedFrom: PG Bug reporting form <[email protected]>
To: [email protected]
Cc: [email protected]
Subject: BUG #19539: psql 17.6 on Windows 11 prints random garbage characters in Russian localized output of \d
Date: Mon, 29 Jun 2026 14:55:10 +0000
Message-ID: <[email protected]> (raw)
The following bug has been logged on the website:
Bug reference: 19539
Logged by: Maria Adyakova
Email address: [email protected]
PostgreSQL version: 17.6
Operating system: Windows 11
Description:
Environment
PostgreSQL: 17.6
psql: 17.6
Windows 11
Official EnterpriseDB installer
UTF-8 console (code page 65001)
server_encoding = UTF8
client_encoding = UTF8
Description
When running \d <table> in Russian localization, the output sometimes
contains random garbage Unicode characters immediately after the localized
header "По умолчанию".
Example:
Таблица "public.articles"
Столбец | Тип | Правило сортировки | Допустимость NULL | По умолчанию
⫐鄢ʧ
The garbage characters change every execution.
Switching the locale to English:
set LANG=C
completely eliminates the problem.
The issue reproduces even when starting psql with:
psql -X
so it does not appear to be related to user configuration.
Expected behavior:
No extra characters after the localized header.
Actual behavior:
Random Unicode garbage appears after "По умолчанию" on every invocation.
view thread (2+ messages) latest in thread
reply
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Reply to all the recipients using the --to and --cc options:
reply via email
To: [email protected]
Cc: [email protected], [email protected], [email protected]
Subject: Re: BUG #19539: psql 17.6 on Windows 11 prints random garbage characters in Russian localized output of \d
In-Reply-To: <[email protected]>
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox