# sudo su - postgres
# psql -d template1
template1=# ALTER USER postgres WITH PASSWORD 'new password';
# service postgresql restart
Qual é a maneira mais simples de alterar root
senha para PostgreSql phpPgAdmin
?
Tags postgresql linux ubuntu