Re: [GENERAL] row access

2004-06-06 Thread Bruno Wolff III
On Sat, Jun 05, 2004 at 18:50:56 +0200, Bambero <[EMAIL PROTECTED]> 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

Re: [GENERAL] row access

2004-06-05 Thread Scot L. Harris
On Sat, 2004-06-05 at 12:35, Bambero 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

Re: [GENERAL] row access

2004-06-05 Thread Bambero
Bruno Wolff III wrote: On Sat, Jun 05, 2004 at 18:35:29 +0200, Bambero <[EMAIL PROTECTED]> 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 inform

Re: [GENERAL] row access

2004-06-05 Thread Bruno Wolff III
On Sat, Jun 05, 2004 at 18:35:29 +0200, Bambero <[EMAIL PROTECTED]> 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 tha