Re: row access

From: Bruno Wolff III <bruno(at)wolff(dot)to>
To: Bambero <robert(at)agiti(dot)net>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: row access
Date: 2004-06-06 15:07:51
Message-ID: 20040606150751.GA7377@wolff.to
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Sat, Jun 05, 2004 at 18:50:56 +0200,
Bambero <robert(at)agiti(dot)net> wrote:
> GRANT for row access ?

It looks like you may be expecting individuals to own rows. I didn't
read that into your original post. GRANTing appropiate rights could allow
a table owner to be able to INSERT, UPDATE and DELETE while others could
only INSERT.

If you have some concept of a row owner, then you will probably want to
use triggers or rules.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Jerry 2004-06-06 15:17:42 Changing from money...
Previous Message pgsql 2004-06-06 14:02:06 Re: Why hash indexes suck