Hi
I am Nikhil currently working as a MS SQL DBA . Currently my company is shifting from MS SQL to postgres
check the roles of user I want to give user roles only select, insert, update, execute and create database to all users Permission
The users should not have these permission
drop database , delete table permission
**(Example --like in MS SQL we have like DB_roles-- ddladmin,data writer,data reader ,etc like these do we have in postgres).***
Thanks