DrewImm / FedoraDev

A shell script to have a nice Fedora development environment
0 stars 0 forks source link

Create postgres database role for user #10

Open DrewImm opened 5 years ago

DrewImm commented 5 years ago
CREATE ROLE dimmerman WITH LOGIN PASSWORD 'password123';
ALTER USER dimmerman WITH SUPERUSER;