Answers for "change to postgres user linux"

10

alter user password postgres

ALTER USER user_name WITH PASSWORD 'new_password';
Posted by: Guest on March-12-2021
0

switch into the postgres user windows 10

psql -U postgres -c "CREATE ROLE Eric LOGIN NOSUPERUSER INHERIT CREATEDB CREATEROLE;" mydb
Posted by: Guest on July-08-2021

Code answers related to "change to postgres user linux"

Browse Popular Code Answers by Language