Re: Seeing privileges on a schema - Mailing list pgsql-admin

From Tom Lane
Subject Re: Seeing privileges on a schema
Date
Msg-id 1668281.1606935611@sss.pgh.pa.us
Whole thread Raw
In response to Seeing privileges on a schema  (John Scalia <jayknowsunix@gmail.com>)
Responses Re: Seeing privileges on a schema  (John Scalia <jayknowsunix@gmail.com>)
List pgsql-admin
John Scalia <jayknowsunix@gmail.com> writes:
> In psql, I know that \dp or \dpp will show me which privileges are granted on tables, views, sequences, and
functions,what it doesn’t appear to be able to do, is show me what privileges are in the schema itself, like if I grant
usageon a schema. Then a \dpp doesn’t produce anything. Is there an easy way to see what privileges are on a schema? 

\dn+ includes that.

            regards, tom lane



pgsql-admin by date:

Previous
From: John Scalia
Date:
Subject: Seeing privileges on a schema
Next
From: John Scalia
Date:
Subject: Re: Seeing privileges on a schema