| From: | "G(dot)Elangovan " <elangog(at)wipinfo(dot)soft(dot)net> |
|---|---|
| To: | James Olin Oden <joden(at)lee(dot)k12(dot)nc(dot)us> |
| Cc: | pgsql-sql(at)postgreSQL(dot)org |
| Subject: | Re: [SQL] Problem in Grant and Revoke Query |
| Date: | 1998-07-30 14:09:03 |
| Message-ID: | Pine.SOL.3.96.980730085603.25460B-100000@wipdisc |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-sql |
Let me explain the exact scenario
My project group owns the database ownership, as a project member i am
having permission to createuser , createdatabase and destroy(user and
database).
I tested the database in this way
database name is : mydb
table name is : ptable
database owner is : project-team
query is : revoke all on ptable from public
revoke all on ptable from group
and similraly for grant query
my query is to grant and revoke permission on "ptable" as owner
(project-team) and access thro my user account.
I am able to access database thro my account
Problem is
The grant and revoke is not working as expected.
I hope u got the exact idea about my problem
Thanku for ur reply and expecting friendship from u + reply for this
On Wed, 29 Jul 1998, James Olin Oden wrote:
>
> > Hi
> > I am not able to set permission using Grant and Revoke
> > I tried t o revoke all permission from a table , but unfortunately
> > other users are able to make query on the table
> > Please give me more details on Grant and Revoke usage with few examples
> >
>
> Two questons:
>
> 1) Who owns the database in which you revoked the privlidges? Is that
> user the one you were logged in as when you revoked the privlidges.
> 2) Could you send the exact SQL statement you typed to do this?
> Perhaps there is something wrong in it.
>
> ...james
>
> > Thanku
>
>
>
>
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Daniele Orlandi | 1998-07-30 22:50:35 | What do I need to escape in an Insert ? |
| Previous Message | Christian Guenther | 1998-07-30 08:11:54 | select question |