Re: Postgresql \z grant question

Поиск
Список
Период
Сортировка
От Alfonso Peniche
Тема Re: Postgresql \z grant question
Дата
Msg-id 3AAD66DB.DE4AF528@iteso.mx
обсуждение исходный текст
Ответ на Re: Postgresql \z grant question  ("Oliver Elphick" <olly@lfix.co.uk>)
Список pgsql-admin
I believe the only thing you can do is revoke the INSERT permission (after
granting UPDATE), but I don think you can revoke the DELETE permission
since is the same flag as UPDATE.


hicham bouzdad wrote:

> 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 ?
>
> ---------------------------(end of broadcast)---------------------------
> TIP 2: you can get off all lists at once with the unregister command
>     (send "unregister YourEmailAddressHere" to majordomo@postgresql.org)


В списке pgsql-admin по дате отправления:

Предыдущее
От: Dave Millen
Дата:
Сообщение: Re: Computer with Linux OS not shown on Computers with Windows OS
Следующее
От: Marc Wrubleski
Дата:
Сообщение: Strange behavior with timestamps cont.