Re: row access

From: Bambero <robert(at)agiti(dot)net>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: row access
Date: 2004-06-05 16:50:56
Message-ID: 40C1F9F0.9040908@agiti.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Bruno Wolff III wrote:

>On Sat, Jun 05, 2004 at 18:35:29 +0200,
> Bambero <robert(at)agiti(dot)net> wrote:
>
>
>>Hi
>>
>>Like in the subject. I have few tables i relations with themselves.
>>There are many users that may insert a rows. But i want that only owner
>>can modify or delete a row.
>>
>>I found somwhere an information that can use here LOCK, but I don't know
>>how.
>>
>>
>
>You don't want LOCK, you want GRANT and REVOKE.
>
>
GRANT for row access ?

If you have any ideas example please

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message NTPT 2004-06-05 17:32:05 Re: Select for update, locks and transaction levels
Previous Message Scot L. Harris 2004-06-05 16:47:38 Re: row access