Re: Limit on number of users in postgresql?

Поиск
Список
Период
Сортировка
От John D. Burger
Тема Re: Limit on number of users in postgresql?
Дата
Msg-id 049BFD34-590E-4078-928B-AA83954170FE@mitre.org
обсуждение исходный текст
Ответ на Re: Limit on number of users in postgresql?  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-general
Tom Lane wrote:

> Since the tables you need to touch are all shared, it's conceivable
> that
> this could be hacked around, but it seems awfully messy.  Another
> consideration is that this'd significantly increase the amount of work
> done before validating that the connection request is authorized,

Yah, I thought the chicken-and-egg issue might be the nub of it - it
sure feels more secure to avoid accessing any tables at all 'til you
know what kind of access the user has.

- John Burger
   MITRE

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

Предыдущее
От: Ron Peterson
Дата:
Сообщение: programming 'like' operator
Следующее
От: Tom Lane
Дата:
Сообщение: Re: programming 'like' operator