Postgresql \z grant question

From: hicham bouzdad <h(dot)bouzdad(at)inovaction(dot)com>
To: pgsql-admin(at)postgresql(dot)org
Subject: Postgresql \z grant question
Date: 2001-03-08 10:18:51
Message-ID: 3AA75C8B.508E184E@inovaction.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Hi everyone, and thanks a lot ,

> PostgreSQL access permissions are not yet as extensive as the full SQL
> spec requires.

> 'w' includes UPDATE and DELETE;
> there is no finer-grained permission available.

if i do on (PostgreSQL 7.1beta4 ) :
GRANT UPDATE ON tabl TO user;

user can do on tabl :
UPDATE, but also DELETE and INSERT !

my question is :
can i bypass this limitation ?

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Colleen Williams 2001-03-08 11:06:30 disk space usage by postgresql
Previous Message pgsql-admin 2001-03-08 06:57:23 Postgresql, DB2, replication