Re: Viewing another role's search path?

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема Re: Viewing another role's search path?
Дата
Msg-id CAB7nPqS2YRmzMYiKa_B55-npvHuxTyHBCj9kSA+cS-kFECt8eA@mail.gmail.com
обсуждение исходный текст
Ответ на Viewing another role's search path?  (Ian Lawrence Barwick <barwick@gmail.com>)
Ответы Re: Viewing another role's search path?  (Ian Lawrence Barwick <barwick@gmail.com>)
Список pgsql-general



On Tue, Jul 23, 2013 at 9:15 PM, Ian Lawrence Barwick <barwick@gmail.com> wrote:
Is there some simple way of viewing the search path (or other
role-specific setting) for a role different to the current role? Apart from
querying 'pg_db_role_setting' directly?
This one perhaps?
select rolname, rolconfig from pg_roles;
rolconfig contains all the user-specific settings.
--
Michael

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

Предыдущее
От: "Ondrej Chaloupka"
Дата:
Сообщение: Re: Different transaction log for database/schema
Следующее
От: Ian Lawrence Barwick
Дата:
Сообщение: Re: Viewing another role's search path?