Re: SET ROLE and reserved roles
От
Tom Lane
Тема
Re: SET ROLE and reserved roles
Дата
Msg-id
20861.1460555954@sss.pgh.pa.us
Ответ на
SET ROLE and reserved roles (Amit Langote)
Список
Дерево обсуждения
SET ROLE and reserved roles Amit Langote <Langote_Amit_f8@lab.ntt.co.jp>
Re: SET ROLE and reserved roles Tom Lane <tgl@sss.pgh.pa.us>
Re: SET ROLE and reserved roles Stephen Frost <sfrost@snowman.net>
Re: SET ROLE and reserved roles Amit Langote <Langote_Amit_f8@lab.ntt.co.jp>
Re: SET ROLE and reserved roles Stephen Frost <sfrost@snowman.net>
Re: SET ROLE and reserved roles Robert Haas <robertmhaas@gmail.com>
Re: SET ROLE and reserved roles Stephen Frost <sfrost@snowman.net>
Re: SET ROLE and reserved roles Tom Lane <tgl@sss.pgh.pa.us>
Re: SET ROLE and reserved roles Stephen Frost <sfrost@snowman.net>
Re: SET ROLE and reserved roles Tom Lane <tgl@sss.pgh.pa.us>
Re: SET ROLE and reserved roles Stephen Frost <sfrost@snowman.net>
Re: SET ROLE and reserved roles Robert Haas <robertmhaas@gmail.com>
Re: SET ROLE and reserved roles Stephen Frost <sfrost@snowman.net>
Re: SET ROLE and reserved roles Robert Haas <robertmhaas@gmail.com>
Re: SET ROLE and reserved roles Stephen Frost <sfrost@snowman.net>
Re: SET ROLE and reserved roles Stephen Frost <sfrost@snowman.net>
Re: SET ROLE and reserved roles Robert Haas <robertmhaas@gmail.com>
Re: SET ROLE and reserved roles Alvaro Herrera <alvherre@2ndquadrant.com>
Re: SET ROLE and reserved roles Robert Haas <robertmhaas@gmail.com>
Re: SET ROLE and reserved roles Stephen Frost <sfrost@snowman.net>
Re: SET ROLE and reserved roles Stephen Frost <sfrost@snowman.net>
Re: SET ROLE and reserved roles Robert Haas <robertmhaas@gmail.com>
Re: SET ROLE and reserved roles Stephen Frost <sfrost@snowman.net>
Re: SET ROLE and reserved roles Stephen Frost <sfrost@snowman.net>
Re: SET ROLE and reserved roles Robert Haas <robertmhaas@gmail.com>
Re: SET ROLE and reserved roles "David G. Johnston" <david.g.johnston@gmail.com>
Re: SET ROLE and reserved roles "David G. Johnston" <david.g.johnston@gmail.com>
Re: SET ROLE and reserved roles Stephen Frost <sfrost@snowman.net>
Re: SET ROLE and reserved roles Robert Haas <robertmhaas@gmail.com>
Re: SET ROLE and reserved roles Robert Haas <robertmhaas@gmail.com>
Re: SET ROLE and reserved roles Michael Paquier <michael.paquier@gmail.com>
Re: SET ROLE and reserved roles Robert Haas <robertmhaas@gmail.com>
Amit Langote writes: > I observe this: > postgres=# SET ROLE TO NONE; > SET > postgres=# SET ROLE TO nonexistent; > ERROR: role "nonexistent" does not exist > postgres=# SET ROLE TO pg_signal_backend; > ERROR: invalid value for parameter "role": "pg_signal_backend" > Is that behavior deliberate? Might it be better to handle the case > specially much as setting to "none" works? What I'd like to know is why it rejects that at all. What's the point of having roles you can't SET to? regards, tom lane
В списке pgsql-hackers по дате отправления