Re: Should SET ROLE inherit config params?

Поиск
Список
Период
Сортировка
От Gregory Stark
Тема Re: Should SET ROLE inherit config params?
Дата
Msg-id 87bps566ga.fsf@oxford.xeocode.com
обсуждение исходный текст
Ответ на Re: Should SET ROLE inherit config params?  (Guillaume Smet <guillaume.smet@gmail.com>)
Ответы Re: Should SET ROLE inherit config params?
Список pgsql-hackers
Guillaume Smet <guillaume.smet@gmail.com> writes:

> On Fri, Mar 13, 2009 at 2:39 AM, Josh Berkus <josh@agliodbs.com> wrote:
>> SET ROLE special WITH SETTINGS
>>
>> ... or similar; I'd need to find an existing keyword which works.
>
> Perhaps something like "SET ROLE special NEW SESSION;".
>
> It solves a problem mentioned by Tom as it's very clear that it's a
> new session so when you reset the settings to what they were at
> session start, you take the default settings of special.

So this is just syntactic sugar for 

SET ROLE;
RESET ALL;

Or is it more or less?

--  Gregory Stark EnterpriseDB          http://www.enterprisedb.com Ask me about EnterpriseDB's RemoteDBA services!


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

Предыдущее
От: Guillaume Smet
Дата:
Сообщение: Re: Should SET ROLE inherit config params?
Следующее
От: Oleg Bartunov
Дата:
Сообщение: Re: GIN, partial matches, lossy bitmaps