Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有人知道如何在 Postgres 上检查外部表的用户权限吗?
我试过\dEand \det,但没有运气。
\dE
\det
我只想知道谁可以从外部表中选择、插入、更新和删除。
\dp是一个psql元命令,它列出了具有相关访问权限的表。我相信\z正在做同样的事情。它还列出了访问视图和序列的权限。
\dp
\z