How to change PostgreSQL user password via the command line on Linux?
1- Check if it's installed
Just to make sure that Postgresql is already installed.
which psql
You should get something like this
2- Check the version (Optional)
psql --version
or
psql --version
You should get something like this
3- Check Postg...
blog.alexandrecalaca.com3 min read
Alexandre Calaça
Take a look at the other articles blog.alexandrecalaca.com/all-articles