Linux & Postgres: change 'postgres' user password commands

Trabla: change 'postgres' user password commands

Solving: 

sudo -u postgres psql
psql (9.3.4)
Type "help" for help.

postgres=# alter user postgres password 'newPass123$%'
postgres=# \q

where
\q  - exit command from psql tool

No comments:

Post a Comment