Answers for "how to add role to user postgres"

SQL
0

create role in psql with password

postgres=#CREATE ROLE demorole1 WITH LOGIN ENCRYPTED PASSWORD 'password1';
Posted by: Guest on June-16-2021
0

postgresql create user roles

CREATE ROLE admin WITH CREATEDB CREATEROLE;
Posted by: Guest on July-22-2020

Code answers related to "how to add role to user postgres"

Code answers related to "SQL"

Browse Popular Code Answers by Language