Answers for "get postgres username and password"

SQL
2

how to check database username and password in postgresql

sudo -u postgres psql -c "ALTER USER postgres PASSWORD 'postgres';"
Posted by: Guest on August-18-2020
-1

how to connect postgres user password using command line

password postgres
Posted by: Guest on October-04-2020

Code answers related to "get postgres username and password"

Code answers related to "SQL"

Browse Popular Code Answers by Language