add password to user postgres code example
Example 1: create password for user in postgres
ALTER USER davide WITH PASSWORD 'hu8jmn3';
Example 2: how to connect postgres user password using command line
\password postgres
Example 3: create user and password postgres
dropuser username