Re: Viewing another role's search path?

From: Adrian Klaver <adrian(dot)klaver(at)gmail(dot)com>
To: Ian Lawrence Barwick <barwick(at)gmail(dot)com>
Cc: PG-General Mailing List <pgsql-general(at)postgresql(dot)org>
Subject: Re: Viewing another role's search path?
Date: 2013-07-23 13:30:30
Message-ID: 51EE8576.8030801@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 07/23/2013 05:15 AM, Ian Lawrence Barwick 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?
>
> Just wondering if I'm missing something obvious.

http://www.postgresql.org/docs/9.2/interactive/app-psql.html

\drds [ role-pattern [ database-pattern ] ]
Lists defined configuration settings. These settings can be
role-specific, database-specific, or both. role-pattern and
database-pattern are used to select specific roles and databases to
list, respectively. If omitted, or if * is specified, all settings are
listed, including those not role-specific or database-specific,
respectively.

The ALTER ROLE and ALTER DATABASE commands are used to define per-role
and per-database configuration settings.

>
> Regards
>
> Ian Barwick
>
>

--
Adrian Klaver
adrian(dot)klaver(at)gmail(dot)com

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message pg noob 2013-07-23 15:08:50 Fwd: odd locking behaviour
Previous Message Ian Lawrence Barwick 2013-07-23 13:11:51 Re: Viewing another role's search path?