PostgreSQL

How to reset user’s password in PostgreSQL using Terminal

Assalamualaikum, A quick solution to reset PostgreSQL user’s password. Just run following commands after open up the terminal window: sudo su – postgres psql -d

read more