Re: Bug in pgadmin III regarding privileges.

From: Andreas Pflug <pgadmin(at)pse-consulting(dot)de>
To: Michalis Kabrianis <mk(at)interzone(dot)gr>
Cc: pgadmin-support(at)postgresql(dot)org
Subject: Re: Bug in pgadmin III regarding privileges.
Date: 2003-12-02 10:43:38
Message-ID: 3FCC6CDA.1040607@pse-consulting.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support

Michalis Kabrianis wrote:

> Hi
> I think I found a bug regarding privileges in pgadmin III
> To replicate:
> create a user in postgres named "arwdxt" (not all letters needed of
> course :)
> Create another user named temp_user
> as user "arwdxt" create a table test_table
> REVOKE all ON test_table FROM temp_user
> GRANT SELECT ON test_table TO temp_user
>
> Now, if you check the privileges on that table, you'll see that user
> temp_user seems to have all the privileges..

Indeed, that's a bug; thanks for reporting.
Fixed in cvs.

Regards,
Andreas

In response to

Browse pgadmin-support by date

  From Date Subject
Next Message javier garcia - CEBAS 2003-12-02 13:56:01 where is the export tool?
Previous Message Jean-Michel POURE 2003-12-02 09:55:10 Re: SuSE 9.0/pgadmin3