Re: grant/revoke bug with delete/update

From: Jerome Alet <alet(at)unice(dot)fr>
To: pgsql-bugs(at)postgresql(dot)org
Subject: Re: grant/revoke bug with delete/update
Date: 2000-06-13 07:20:26
Message-ID: Pine.LNX.3.96.1000613091243.6707A-100000@cortex.unice.fr
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs pgsql-hackers

On Fri, 9 Jun 2000, Bruce Momjian wrote:

> Are we addressing this?

Yes, please do.

And please don't forget the following:

when dropping an user postgresql (actually the superuser must do it
manually) should first revoke all user's permissions on all databases,
because the deleted userid is reused on the next create user so the new
user inherits all permissions from the deleted user => may be very very
bad (an example of what can be done is not necessary I suppose ?)

> > And for the bug report I posted on Feb 23rd on "drop user" which keeps the
> > user's acl in the database, and the deleted user id being reused, I've not
> > done anything, but I consider this a major problem. Please consider it for
> > a next version.

bye,
Jerome ALET - alet(at)unice(dot)fr - http://cortex.unice.fr/~jerome
Faculte de Medecine de Nice - http://noe.unice.fr - Tel: 04 93 37 76 30
28 Avenue de Valombrose - 06107 NICE Cedex 2 - FRANCE

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Bruce Momjian 2000-06-13 07:41:19 Re: Small bug with numeric in 7.0 (also in 6.5.3)
Previous Message Kevin P. Neal 2000-06-13 03:17:45 Re: Minimal patches for PostgreSQL 7.0b3 on NetBSD/alpha 1.4.1....

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2000-06-13 07:33:49 Re: \h behaviour - strange ?
Previous Message Bruce Momjian 2000-06-13 07:18:01 Re: memory management suggestion