Re: schema default privilege owner not showing

From: Khushboo Vashi <khushboo(dot)vashi(at)enterprisedb(dot)com>
To: Andrew Terry <andrew(dot)terry(at)centremaps(dot)co(dot)uk>
Cc: "pgadmin-support(at)postgresql(dot)org" <pgadmin-support(at)postgresql(dot)org>
Subject: Re: schema default privilege owner not showing
Date: 2020-09-14 05:00:02
Message-ID: CAFOhELehvn-pWtNGE9=_HcyVFEOA3ULfDrYH2q1JczB2QaQLUQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support

Hi,

This issue has already been logged. Ref:
https://redmine.postgresql.org/issues/4256

Thanks,
Khushboo

On Fri, Sep 11, 2020 at 5:45 PM Andrew Terry <andrew(dot)terry(at)centremaps(dot)co(dot)uk>
wrote:

> Hi,
>
>
>
> Trying out assigning privileges such as:
>
>
>
> ALTER DEFAULT PRIVILEGES IN SCHEMA schemaname GRANT SELECT ON TABLES TO
> grp_read;
>
> ALTER DEFAULT PRIVILEGES FOR ROLE usr_1 IN SCHEMA schemaname GRANT SELECT
> ON TABLES TO grp_read;
>
> ALTER DEFAULT PRIVILEGES FOR ROLE usr_2 IN SCHEMA schemaname GRANT SELECT
> ON TABLES TO grp_read;
>
>
>
> When viewing the pgadmin “SQL” tab for the “schemaname" schema, all of
> these just show as:
>
>
>
> ALTER DEFAULT PRIVILEGES IN SCHEMA schemaname GRANT SELECT ON TABLES TO
> grp_read;
>
> ALTER DEFAULT PRIVILEGES IN SCHEMA schemaname GRANT SELECT ON TABLES TO
> grp_read;
>
> ALTER DEFAULT PRIVILEGES IN SCHEMA schemaname GRANT SELECT ON TABLES TO
> grp_read;
>
>
>
> As such, it’s not possible to tell the difference and which role these are
> assigned to.
>
>
>
> \ddp schemaname in psql seems to show “Owner” for Default access
> priveleges – I don’t know whether this could be read into the SQL tab?
>
>
>
> For reference – i’m setting by user but was also hoping to set just by a
> group (grp_read) role but that doesn’t seem to be possible
>
>
>
> Thanks in advance
>
>
>
> Andy
>

In response to

Responses

Browse pgadmin-support by date

  From Date Subject
Next Message Andrew Terry 2020-09-14 09:50:01 RE: schema default privilege owner not showing
Previous Message Andrew Terry 2020-09-11 12:15:20 schema default privilege owner not showing