How can I change a PostgreSQL user password?
Jun 7, 2023
sudo -u user_name psql db_name
ALTER USER user_name WITH PASSWORD 'new_password';
sudo -u user_name psql db_name
ALTER USER user_name WITH PASSWORD 'new_password';
Distraction-free reading. No ads.
Organize your knowledge with lists and highlights.
Tell your story. Find your audience.
Read member-only stories
Support writers you read most
Earn money for your writing
Listen to audio narrations
Read offline with the Medium app