如何拒绝用户看到其他数据库信息PostgreSQL
浏览(2627)PostgreSQL
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...