Re: Should SET ROLE inherit config params? - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Should SET ROLE inherit config params?
Date
Msg-id 27654.1237154972@sss.pgh.pa.us
Whole thread Raw
In response to Re: Should SET ROLE inherit config params?  (Josh Berkus <josh@agliodbs.com>)
List pgsql-hackers
Josh Berkus <josh@agliodbs.com> writes:
> Tom Lane wrote:
>> The question is why this should be tied to SET ROLE, which already has
>> well defined semantics that don't include any such behavior.

> Mostly because we don't have anywhere else to hang a "settings profile" 
> than ROLEs.

So we should fix that, if we want a feature like this.

> And currently, we can define settings with roles; the fact 
> that those settings materially only apply to login roles and not to 
> non-login roles could even be seen as inconsistent.

[ shrug... ] The behavior of SET ROLE is defined by the standard.  The
behavior at login is not.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: hstore patch, part 1
Next
From: Xin Wang
Date:
Subject: How to implement an auto-increment column for a system catalog table?