• How to Create a Read Only User in PostgreSQL

    How to Create a Read Only User in PostgreSQL

    In this article we are going to discuss, how to create read only user in PostgreSQL. Reporting users, or interns, or read only applications need a read only user. A read only user is: But not able to: Read Only User and Role User and role is same thing in PostgreSQL, user has a login…