0

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

zizou
  • 3
  • 1
  • Possible duplicate of [How do you create a read-only user in PostgreSQL](http://stackoverflow.com/questions/760210/how-do-you-create-a-read-only-user-in-postgresql) – mascoj Nov 23 '16 at 17:36

1 Answers1

1

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

Community
  • 1
  • 1
bilelovitch
  • 1,975
  • 1
  • 16
  • 24