I\'m using a postgresql server and I want to forbid my users to see what other databases are on the same server.
Essentially a \\l should only list his own
\\l
There's no such setting in pgsql. There are settings to prevent users from connecting to databases that they shouldn't (grant / revoke connect). Being able to see there's a database is no big deal. Being able to connect / have edit rights etc. is.