zizou
zizou

Reputation: 3

Grant read-only permissions

I want to assigned basic read-only permissions for a PostgreSQL database role that must access from an Application server like Glassfish.

Upvotes: 0

Views: 117

Answers (1)

bilelovitch
bilelovitch

Reputation: 2175

For a production system, you can use the configuration described in this post : What GRANT USAGE ON SCHEMA exactly do?

Upvotes: 1

Related Questions