Set password for a Postgres user
11 March 2022 (Updated 11 March 2022)
Login as postgres
superuser:
sudo -u postgres psql
Set password for a given user:
\password <user>
Tagged:
Postgres
Thanks for your comment 🙏. Once it's approved, it will appear here.
Leave a comment