how to change user and password of postgres in terminal in ubuntu code example Example: alter user password postgres ALTER USER user_name WITH PASSWORD 'new_password';