oneslideicywater opened a new issue #13978: URL: https://github.com/apache/shardingsphere/issues/13978
connect to the database `sharding_db`,which is a logical postgresql database(use sharding-proxy for database-spliting). when I am using some database client-tools,such as navicat,pg_dump. It always complain that I don't specify client-encoding, even I indeed do it already: ```bash root@a15d5aac4a11:/var/lib/postgresql/data# pg_dump -E UTF8 -U postgres -d sharding_db -h 192.168.10.53 -p 13308 > test.sql pg_dump: [archiver (db)] connection to database "sharding_db" failed: ERROR: Null charset name ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
