Re: ALTER ROLE SET/RESET for multiple options

Поиск
Список
Период
Сортировка
От Robert Haas
Тема Re: ALTER ROLE SET/RESET for multiple options
Дата
Msg-id CA+TgmoZTJfVSei0484-+4m4Wx=kBh4WqPLoCBHmAoDRyKJyj6A@mail.gmail.com
обсуждение исходный текст
Ответ на Re: ALTER ROLE SET/RESET for multiple options  (Payal Singh <payal@omniti.com>)
Ответы Re: ALTER ROLE SET/RESET for multiple options  (Masahiko Sawada <sawada.mshk@gmail.com>)
Список pgsql-hackers
On Fri, Feb 12, 2016 at 1:35 PM, Payal Singh <payal@omniti.com> wrote:
> The feature seems to work as described, but is it necessary to enclose multiple GUC settings in a parenthesis? This
seemsa deviation from the usual syntax of altering multiple settings separated with comma.
 

Well, note that you can say:

ALTER USER bob SET search_path = a, b, c;

I'm not sure how the parentheses help exactly; it seems like there is
an inherit ambiguity either way.

-- 
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company



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

Предыдущее
От: Robert Haas
Дата:
Сообщение: Re: [COMMITTERS] pgsql: Code cleanup in the wake of recent LWLock refactoring.
Следующее
От: Pavel Stehule
Дата:
Сообщение: Re: [COMMITTERS] pgsql: Code cleanup in the wake of recent LWLock refactoring.