Re: Controlling write access to a table

Поиск
Список
Период
Сортировка
От David
Тема Re: Controlling write access to a table
Дата
Msg-id 18c1e6480806180233l24f9dc10qe949044f8eaeeaa9@mail.gmail.com
обсуждение исходный текст
Ответ на Controlling write access to a table  ("Dave Coventry" <dgcoventry@gmail.com>)
Список pgsql-general
On Wed, Jun 18, 2008 at 11:04 AM, Dave Coventry <dgcoventry@gmail.com> wrote:

[...]

> The marks (or grades) of the students are a different matter and we
> want to restrict changes to this data to a very few people.
>

How about setting up separate database users/groups (aka roles in
newer postgresql versions), and only granting update permissions to
the users/groups who should have it?

David.

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

Предыдущее
От: "Albe Laurenz"
Дата:
Сообщение: Re: Error when trying to drop a tablespace
Следующее
От: Craig Ringer
Дата:
Сообщение: Re: Controlling write access to a table