password postgres code example
Example 1: how to connect postgres user password using command line
sudo -u postgres psql postgres
Example 2: create password for user in postgres
ALTER USER davide WITH PASSWORD 'hu8jmn3';
Example 3: how to connect postgres user password using command line
\password postgres
Example 4: reset password postgres ubuntu
\password sde