Обсуждение: Revoke

Поиск
Список
Период
Сортировка

Revoke

От
"Robson Martins"
Дата:
The REVOKE did not function.
I have an user 27, when I execute commando below, the user does not lose the rights.
REVOKE ALL PRIVILEGES ON capitais FROM "27" ;
What I must make?
 
Regards.
 

Re: Revoke

От
Robert Treat
Дата:
Did your revoke command produce an error? Try doing a "\z capitais" in
psql to show the current privileges on the table, maybe he is accessing
it in some other fashion.

Robert Treat

On Wed, 2002-07-24 at 07:15, Robson Martins wrote:
> The REVOKE did not function.
> I have an user 27, when I execute commando below, the user does not lose
> the rights.
> REVOKE ALL PRIVILEGES ON capitais FROM "27" ;
> What I must make?
>
> Regards.
>