BUG #19410: Cannot ser client_encoding - Mailing list pgsql-bugs

From PG Bug reporting form
Subject BUG #19410: Cannot ser client_encoding
Date
Msg-id 19410-ae5020230ee6369b@postgresql.org
Whole thread Raw
Responses BUG #19410: Cannot ser client_encoding
List pgsql-bugs
The following bug has been logged on the website:

Bug reference:      19410
Logged by:          Guest-615695028
Email address:      615695028@qq.com
PostgreSQL version: 18.1
Operating system:   Microsoft Windows [版本 10.0.26200.7840]
Description:

PS C:\> psql -U postgres
Password for user postgres:

psql (18.1)
Type "help" for help.

postgres=# SHOW client_encoding;
 client_encoding
-----------------
 GBK
(1 row)


postgres=# SET client_encoding='UTF8';
SET
postgres=# SHOW client_encoding;
 client_encoding
-----------------
 UTF8
(1 row)


postgres=# \q
PS C:\> psql -U postgres
Password for user postgres:

psql (18.1)
Type "help" for help.

postgres=# SHOW client_encoding;
 client_encoding
-----------------
 GBK
(1 row)


postgres=#





pgsql-bugs by date:

Previous
From: Noah Misch
Date:
Subject: Re: BUG #19406: substring(text) fails on valid UTF-8 toasted value in PostgreSQL 15.16
Next
From: Tender Wang
Date:
Subject: Re: BUG #19405: Assertion in eval_windowaggregates() fails due to integer overflow