Answers for "give role to postgres user"

C
0

create role in psql with password

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

postgresql change user role grant

=# ALTER USER librarian WITH SUPERUSER;
ALTER ROLE
Posted by: Guest on July-22-2020

Code answers related to "give role to postgres user"

Code answers related to "C"

Browse Popular Code Answers by Language