Re: Role information table name

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

Предыдущее
От: Jonathan Katz
Дата:
Сообщение: Re: Role information table name
Следующее
От: Stephen Frost
Дата:
Сообщение: Re: Role information table name