ubuntu set password for postgres code example
Example 1: how to connect postgres user password using command line
sudo -u postgres psql postgres
Example 2: reset password postgres ubuntu
\password sde
sudo -u postgres psql postgres
\password sde