| From: | "Jan-Peter Seifert" <Jan-Peter(dot)Seifert(at)gmx(dot)de> |
|---|---|
| To: | pgadmin-support(at)postgresql(dot)org |
| Subject: | Wrong display of privileges on Procedural Language in SQL window |
| Date: | 2009-08-05 13:27:55 |
| Message-ID: | 20090805132755.242120@gmx.net |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgadmin-support |
Hello,
there seems to be a problem with evaluating the ACL for a procedural language:
SQL windows says:
-- Language: plpgsql
-- DROP LANGUAGE plpgsql;
CREATE TRUSTED PROCEDURAL LANGUAGE 'plpgsql'
HANDLER plpgsql_call_handler
VALIDATOR plpgsql_validator;
ALTER LANGUAGE plpgsql OWNER TO user1;
REVOKE ALL ON LANGUAGE plpgsql FROM public;
REVOKE ALL ON LANGUAGE plpgsql FROM user2;
REVOKE ALL ON LANGUAGE plpgsql FROM user3;
The ACL in the properties window seems to say correctly:
{=U/user1,user2=U*/user1,user3=U/user1}
Happened to me on PostgreSQL 8.3.7 and pgAdmin 1.8.4/1.10.0.
Thank you very much,
Peter
P.S. Is the "=U/user1" at the beginning the entry for public?
--
Jetzt kostenlos herunterladen: Internet Explorer 8 und Mozilla Firefox 3 -
sicherer, schneller und einfacher! http://portal.gmx.net/de/go/atbrowser
| From | Date | Subject | |
|---|---|---|---|
| Next Message | durumdara@gmail.com | 2009-08-06 13:18:03 | 8.3 - Is "schema only" option duplicated? |
| Previous Message | Charlie Clark | 2009-08-04 13:12:37 | Problem with UTF-8 in Windows |