1、windows下修改postgresql用户密码
postgres=# ALTER USER postgres with password 'pwd';
2、windows下忘记pg密码怎么办?
修改pg_hba.conf文件中的 登陆认证为trust