I'm have a problem. On my server i have many users. I want to each user can see only database to what have access.

This is possible? How to solve this problem?

Thanks for help

link|improve this question

feedback

2 Answers

This is not possible on the database layer (i.e. on psql), AFAIK. pgAdmin added a custom functionality to hide inaccessible databases, but this is nothing more than a custom SELECT .. WHERE query to keep the list of databases short.

link|improve this answer
feedback
up vote 0 down vote accepted

solution requires changes in postgresql catalogs

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.