Re: Permissions not working - Mailing list pgsql-sql

From Peter Eisentraut
Subject Re: Permissions not working
Date
Msg-id 200405012313.45607.peter_e@gmx.net
Whole thread Raw
In response to Re: Permissions not working  (Pallav Kalva <pkalva@deg.cc>)
Responses Re: [SPAM] Re: Permissions not working
List pgsql-sql
Pallav Kalva wrote:
> Also here is the privileges information from information_schema
> tables. Is there a way to REVOKE these
> privileges ?

You need to log in as the user that has granted the privilege you want 
to revoke.  In this case, log in as postgres and do REVOKE ALL FROM 
PUBLIC;.



pgsql-sql by date:

Previous
From: Jeff Eckermann
Date:
Subject: Re: isnumeric() function?
Next
From: T E Schmitz
Date:
Subject: double left outer join on the same table