Postgres security -如何检查当前的安全精度



我想检查Postgres数据库上当前的安全精度,但不知道如何列出角色以及他们允许做什么。有什么快速的方法吗?

psql中的dp反斜杠命令是一个明显的起点。

https://www.postgresql.org/docs/current/app-psql.html

如果您以-E开头,它将显示它为反斜杠命令运行的查询。

除此之外,您可以在系统表中深入研究pg_roles和类似的内容。

https://www.postgresql.org/docs/current/catalogs.html

相关内容

  • 没有找到相关文章

最新更新