pgAdmin III v1.2 Beta-3: Problem with "alter Priveleges"

From: Walter Haslbeck <wh(at)hillerzentri(dot)de>
To: pgadmin-support(at)postgresql(dot)org
Subject: pgAdmin III v1.2 Beta-3: Problem with "alter Priveleges"
Date: 2004-10-27 12:05:07
Message-ID: 417F8EF3.2050404@hillerzentri.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support

Hi,

I just discovered a problem with pgAdmin III v1.2 Beta-3:

If you try to change user/group privileges (right click on table, dialog
"Properties", Tab "Privileges") you get some strange results.

Eg. take a table with the privileges:

root a*r*w*d*R*x*t*
public arwd
user1 arwd

Now you want to remove "DELETE" from public:
Click on public, uncheck "DELETE", click on "Add/Change".
instead of removing the "d" from the Privileges column of the "public"
line, there is a new entry in the list with a blank User/Group name and
"awd" rights. Also the generated SQL is wrong, so clicking on OK results
in an Syntax Error from the Database backend.

I'm using the win32 version of pgAdmin III 1.2 beta3 against a
PostgreSQL 7.4.5 engine on an SuSE Linux 9.0.

Walter

Responses

Browse pgadmin-support by date

  From Date Subject
Next Message Andreas Pflug 2004-10-27 12:30:17 Re: pgAdmin III v1.2 Beta-3: Problem with "alter
Previous Message Tino Wildenhain 2004-10-27 07:05:10 Re: pgAdminII