Answers for "psql postgress password"

SQL
3

setup password psql

sudo -u postgres psql postgres
password postgres
q
Posted by: Guest on March-09-2021
0

postgresql linux password

postgres=# ALTER USER postgres PASSWORD 'myPassword';
ALTER ROLE
Posted by: Guest on May-22-2021

Code answers related to "SQL"

Browse Popular Code Answers by Language