Skip to content

Non-latin password does not work when trying to connect in PostgreSQL #2128

@zilzila

Description

@zilzila

Description

If the created user has a password that is not in Latin, it will be impossible to connect to the server

Image

HeidiSQL version

12.10.0.7000

Database server version

PostgreSQL 16.8 (Debian 16.8-1.pgdg110+1)

Reproduction recipe

  1. Create database user
postgres=# create role someuser with password 'пароль' login;
CREATE ROLE
Time: 7.028 ms
  1. Create connection in HeidiSQL and try to connect

Image

Error/Backtrace

Connection failed

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugDefective behaviour in HeidiSQLnettype-postgresqlPostgreSQL specific issue

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions