0

I have a database called ADB.

When I create a new user/role, that user cannot, by default SEE ADB and query against the tables in it.

How can I change that default?

Milen A. Radev
63.1k22 gold badges111 silver badges112 bronze badges
asked Mar 9, 2010 at 18:12

1 Answer 1

3

Depending on how you create roles, it may be that your database does not give access rights to the 'public' role (which by default is what new roles belong to). You could grant all rights on the database to public, or make the new role a sub-role of whatever role does have access rights to it.

answered Mar 9, 2010 at 18:19
Sign up to request clarification or add additional context in comments.

Comments

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.