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-05 16:45:31
Message-ID: 20040605164531.GA12441@wolff.to
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

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.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Scot L. Harris 2004-06-05 16:47:38 Re: row access
Previous Message Bambero 2004-06-05 16:35:29 row access