Role information table name

Поиск
Список
Период
Сортировка
От Gaurav Tomar
Тема Role information table name
Дата
Msg-id CAByYU3TM5JOtSirYwXWxeuA_g_60d796Z7O0D+EDVoH9ownTjQ@mail.gmail.com
обсуждение исходный текст
Ответы 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>)
Список 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 по дате отправления:

Предыдущее
От: David Rowley
Дата:
Сообщение: Re: Partition by list - is select possible?
Следующее
От: Jonathan Katz
Дата:
Сообщение: Re: Role information table name