PostgreSQL 修改密码

su postgres

alter role postgres with password 'password';


修改配置文件

vim /etc/postgresql/14/main/postgresql.conf