From: | bangh <banghe(at)baileylink(dot)net> |
---|---|
To: | hicham bouzdad <h(dot)bouzdad(at)inovaction(dot)com> |
Cc: | pgsql-admin(at)postgresql(dot)org |
Subject: | Re: Postgresql \z grant question |
Date: | 2001-03-07 19:37:57 |
Message-ID: | 3AA68E15.80E7BD1E@baileylink.net |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-admin |
What do you mean
'w' means update 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
hicham bouzdad wrote:
> Hello everyone,
>
> in Postgresql RDBMS ,
> how can i get informations about acces permissions on existing objects
> ?
>
> I alredy know that ( psql \z ) do this ;
> but 'w' means update OR delete ! (it's not the same thing)
>
> can someone , please, tell me if it is possible ?
>
> thanks a lot
>
> ---------------------------(end of broadcast)---------------------------
> TIP 6: Have you searched our list archives?
>
> http://www.postgresql.org/search.mpl
From | Date | Subject | |
---|---|---|---|
Next Message | Oliver Elphick | 2001-03-07 20:37:43 | Re: Postgresql \z grant question |
Previous Message | Jie Liang | 2001-03-07 18:05:13 | how to reload a function |