Re: Resetting priveleges on a table - Mailing list pgsql-general

From Vivek Khera
Subject Re: Resetting priveleges on a table
Date
Msg-id 294C5E7B-ACF9-4F7B-81A9-5E4584646C76@khera.org
Whole thread Raw
In response to Resetting priveleges on a table  (Bryan White <bryan@arcamax.com>)
Responses Re: Resetting priveleges on a table  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-general
On Mar 14, 2006, at 9:54 AM, Bryan White wrote:

> How can I clean this up.  Would dropping the user have any effect?
>
> This is on 7.4 if that makes a difference.

dropping the user will leave dangling permissions (ie, Pg will report
them as being granted to user "103" or whatever Id that user happened
to have).

not sure why you're not able to revoke permissions.  that seems
curious to me.


pgsql-general by date:

Previous
From: "Jojo Paderes"
Date:
Subject: Re: Clustered PostgreSQL
Next
From: "Ed L."
Date:
Subject: open file counts in 8.1.2?