如果用户提供非英文密码,PostgreSQL安装会中断

时间:2017-08-02 10:39:15

标签: postgresql passwords

superuser密码似乎无法接受非英文字符?

1 个答案:

答案 0 :(得分:0)

没有 - 对于postgres来说,utf密码非常好:

t=# create user so superuser password 'де́льта, греч. δέλτα)';
CREATE ROLE
Time: 112.705 ms
t=# \q
MacBook-Air:~ vao$ export PGPASSWORD="де́льта, греч. δέλτα)" && psql -h 192.168.8.110 t -U so
Timing is on.
psql (9.6.1, server 9.6.3)
SSL connection (protocol: TLSv1.2, cipher: ECDHE-RSA-AES256-GCM-SHA384, bits: 256, compression: off)
Type "help" for help.

t=# \q