Re: Role information table name

Поиск
Список
Период
Сортировка
От Jonathan Katz
Тема Re: Role information table name
Дата
Msg-id 7867B27E-E263-4A8A-A897-96B95BC6FE1E@excoventures.com
обсуждение исходный текст
Ответ на Role information table name  (Gaurav Tomar <gauravtomar14@gmail.com>)
Список pgsql-sql


On Jul 8, 2020, at 1:25 PM, 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.

pg_catalog.pg_authid


Jonathan

В списке pgsql-sql по дате отправления:

Предыдущее
От: Gaurav Tomar
Дата:
Сообщение: Role information table name
Следующее
От: "David G. Johnston"
Дата:
Сообщение: Re: Role information table name