hicham bouzdad wrote:
>Hello everyone,
>
>in Postgresql RDBMS ,
>how can i get informations aboutacces permissions on existing obje
>cts
>?
>
>I alredy know that ( psql \z )do this ;
>but 'w' meansupdate OR delete ! (it's not the sa
What do you mean
'w' meansupdate OR delete ! (it's not the same thing)
?
Do you want to know if somebody only could access (select)?
If he has "r", he has select access on that object.
Access information certaintly includes all (select, alter, update, insert, delete).
---
Banghe