Re: Check used privilege in a statment

2024-09-09 Thread Yogesh Mahajan
Hi, Can you please share what the issue is with pgadmin? If query is related to postgresql, then mailing list is *pgsql-gene...@lists.postgresql.org * Thanks, Yogesh Mahajan EnterpriseDB On Mon, Sep 9, 2024 at 11:16 PM Ahmed Ibrahim wrote: > Hi, > I am trying to know which privileges are used

Check used privilege in a statment

2024-09-09 Thread Ahmed Ibrahim
Hi, I am trying to know which privileges are used in a specific query but I am facing problems when I have nested queries. Where is the best place/hook I can check for all needed permissions for a query in the source? Currently, trying it in the exectuter start but the nested queries are problemati