Find out if user got permission to select/update/… a table/function/… in PostgreSQL

后端 未结 2 487
谎友^
谎友^ 2021-02-05 22:29

What is the recommended way to figure out if a user got a certain right (e.g. select or execute) on a certain class (e.g. table or function) in PostgreSQL?

At the moment

2条回答
  •  离开以前
    2021-02-05 22:57

    Take a look at the "Access Privilege Inquiry Functions" and also the "GRANT" reference page.

提交回复
热议问题