Role information table name

From: Gaurav Tomar <gauravtomar14(at)gmail(dot)com>
To: pgsql-sql(at)postgresql(dot)org
Subject: Role information table name
Date: 2020-07-08 17:25:53
Message-ID: CAByYU3TM5JOtSirYwXWxeuA_g_60d796Z7O0D+EDVoH9ownTjQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Jonathan Katz 2020-07-08 17:44:55 Re: Role information table name
Previous Message David Rowley 2020-07-08 12:01:08 Re: Partition by list - is select possible?