I want to create a postgres user that can access only one database on the postgres server at all. Currently my flow is: create database database1; create user user1 with password 'pass...

详情»