configure postgres user password code example
Example 1: setup password psql
sudo -u postgres psql postgres
\password postgres
\q
Example 2: how to connect postgres user password using command line
sudo -u postgres psql postgres
Example 3: how to connect postgres user password using command line
\password postgres