Re: Role information table name - Mailing list pgsql-sql

From David G. Johnston
Subject Re: Role information table name
Date
Msg-id CAKFQuwaN1BkXm4o0JQGpgLb7tARky5=dB67nLmkJcQmpM8WCyw@mail.gmail.com
Whole thread Raw
In response to Role information table name  (Gaurav Tomar <gauravtomar14@gmail.com>)
List pgsql-sql
On Wednesday, July 8, 2020, Gaurav Tomar <gauravtomar14@gmail.com> wrote:
Simple question -- in which table postgres store the role privilege information.

 CREATE ROLE postgres WITH
  LOGIN
  SUPERUSER
  INHERIT
  CREATEDB
  CREATEROLE
  REPLICATION;

in which table I can find the above information.



David J.

pgsql-sql by date:

Previous
From: Jonathan Katz
Date:
Subject: Re: Role information table name
Next
From: Stephen Frost
Date:
Subject: Re: Role information table name