Answers for "Role "pgsql" does not exist."

SQL
1

role "postgres" does not exist

template1=# CREATE USER username WITH PASSWORD 'user_password';
template1=# GRANT ALL PRIVILEGES ON DATABASE "user_database" to username;
Posted by: Guest on June-04-2021
0

postgres role does not exist

sudo -u postgres createrUser Username
Posted by: Guest on October-20-2021

Code answers related to "Role "pgsql" does not exist."

Code answers related to "SQL"

Browse Popular Code Answers by Language