Re: Controlling write access to a table

From: David <wizzardx(at)gmail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Controlling write access to a table
Date: 2008-06-18 09:33:48
Message-ID: 18c1e6480806180233l24f9dc10qe949044f8eaeeaa9@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Wed, Jun 18, 2008 at 11:04 AM, Dave Coventry <dgcoventry(at)gmail(dot)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.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Craig Ringer 2008-06-18 09:37:12 Re: Controlling write access to a table
Previous Message Albe Laurenz 2008-06-18 09:07:51 Re: Error when trying to drop a tablespace