Postgresql \z grant question

Поиск
Список
Период
Сортировка
От hicham bouzdad
Тема Postgresql \z grant question
Дата
Msg-id 3AA75C8B.508E184E@inovaction.com
обсуждение исходный текст
Ответ на Re: Postgresql \z grant question  ("Oliver Elphick" <olly@lfix.co.uk>)
Список 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 ?




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

Предыдущее
От: Rick Robino
Дата:
Сообщение: Re: Python, Postgres support?
Следующее
От: Stephan Szabo
Дата:
Сообщение: Re: Using psql