Answers for "switch users postgres"

0

switch users postgres

# while connected to psql (assuming the user has been created already)
\c mydatabase myusername
Posted by: Guest on October-01-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 "Shell/Bash"

Browse Popular Code Answers by Language