Postgresql account password change method

1.Linux环境下  
#su  postgres   
-bash-3.2$psql -U postgres   
postgres=#alter user postgres with password 'new password';  
postgres=#\q

Guess you like

Origin www.cnblogs.com/telwanggs/p/11546728.html