当我尝试
REVOKE ALL PRIVILEGES ON DATABASE postgres from admin;
但此后用户admin仍然可以postgres通过远程连接pgadmin。
admin
postgres
pgadmin
如何完全撤销用户对数据库的访问权限?
日志:https : //pastebin.com/raw/Q2mfkf3P
postgresql
postgresql ×1