Role information table name - Mailing list pgsql-sql

From Gaurav Tomar
Subject Role information table name
Date
Msg-id CAByYU3TM5JOtSirYwXWxeuA_g_60d796Z7O0D+EDVoH9ownTjQ@mail.gmail.com
Whole thread Raw
Responses Re: Role information table name  (Jonathan Katz <jonathan.katz@excoventures.com>)
Re: Role information table name  ("David G. Johnston" <david.g.johnston@gmail.com>)
Re: Role information table name  (Stephen Frost <sfrost@snowman.net>)
List pgsql-sql
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.

Regards,

Gaurav


pgsql-sql by date:

Previous
From: David Rowley
Date:
Subject: Re: Partition by list - is select possible?
Next
From: Jonathan Katz
Date:
Subject: Re: Role information table name