Re: BUG #5763: pg_hba.conf not honored

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: BUG #5763: pg_hba.conf not honored
Дата
Msg-id 22066.1290962811@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: BUG #5763: pg_hba.conf not honored  (Robert Haas <robertmhaas@gmail.com>)
Ответы Re: BUG #5763: pg_hba.conf not honored  (Robert Haas <robertmhaas@gmail.com>)
Список pgsql-bugs
Robert Haas <robertmhaas@gmail.com> writes:
> On Tue, Nov 23, 2010 at 10:29 AM, Tom Lane <tgl@sss.pgh.pa.us> wrote:
>> I believe the definition of "in role" we use here is "has the privileges
>> of role".  Since kaiting.chen is a superuser, all privilege tests will
>> succeed for him, including that one.  IOW, a superuser is automatically
>> a member of every role.  This isn't a bug.

> I guess it's not a bug if we did it that way on purpose, but it seems
> like testing for actual group membership would be less surprising.

Then you'd have superusers acting like they were group members for some
purposes and not others.  Not sure how that would be less surprising.

            regards, tom lane

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: BUG #5773: DEBUG: reaping dead processes DEBUG: server process (PID 10007) was terminated by signal 11: Segme
Следующее
От: Robert Haas
Дата:
Сообщение: Re: BUG #5763: pg_hba.conf not honored