A good way to test for group membership?

Поиск
Список
Период
Сортировка
От Neal Lindsay
Тема A good way to test for group membership?
Дата
Msg-id 5.1.0.14.0.20011119131708.009f0280@209.119.92.23
обсуждение исходный текст
Список pgsql-general
Hello all,

    I am creating a PHP-based time-tracking program for my company.  I use
user groups to restrict access to tables and I don't want to look somewhere
else to tell if the current user is, say, a manager.  I currently use dummy
tables with select permissions given to certain groups and attempt select
statements on them, but there must be a better way. How does PostgreSQL do
it internally?

-Neal Lindsay


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

Предыдущее
От: Cristóvão Dalla Costa
Дата:
Сообщение: Re: GUI?
Следующее
От: Joel Burton
Дата:
Сообщение: Re: [PHP] psql with PHP question