Re: "paths" between two ROLEs

From: Dominique Devienne <ddevienne(at)gmail(dot)com>
To: Joe Conway <mail(at)joeconway(dot)com>
Cc: pgsql-general(at)lists(dot)postgresql(dot)org
Subject: Re: "paths" between two ROLEs
Date: 2023-06-13 15:11:18
Message-ID: CAFCRh-_Y4XP=+6EVStq7AC5_k+waVvSetZp6MhoQ+8b9p+YJug@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Tue, Jun 13, 2023 at 2:20 PM Joe Conway <mail(at)joeconway(dot)com> wrote:

> On 6/13/23 04:17, Dominique Devienne wrote:
> > To troubleshoot and validate that emulation, I'd like to introspect ROLE
> > membership to:
> >
> > 1) Output the ROLE "path(s)" between any two ROLEs.[...]
> > 2) Output all target ROLEs [...] a given LOGIN USER has access to.
>
> This shows the path between roles taken which provides a particular
> privilege for a particular object:
>
> https://github.com/CrunchyData/crunchy_check_access
>
> It might do for you as-is, or at least you can use it as an example.
>

Thanks. I'd never seem a nested-for-loop with recursive calls of a
function, returning rows.
Interesting mix of SQL and procedural / imperative code to generate a
view-like output.
Not quite what I was looking for though. But thank you for sharing. Very
instructional. --DD

PS: I'll try to work out the SQL myself then, and if I get stuck, I'll ask
a more actionable question with where I'm at so far.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Ruslan Zakirov 2023-06-13 17:55:25 Re: Reproducing incorrect order with order by in a subquery
Previous Message Tom Lane 2023-06-13 15:06:53 Re: Reproducing incorrect order with order by in a subquery