From: | Cláudia Morgado <claudia(dot)morgado(at)widesoft(dot)com(dot)br> |
---|---|
To: | <pgsql-general(at)postgresql(dot)org> |
Cc: | <cmmello(at)wide(dot)com(dot)br> |
Subject: | Error language Python (trusted) |
Date: | 2004-02-10 20:47:45 |
Message-ID: | 001801c3f017$2328db20$15011aac@widesoft.com.br |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
Good afternoon lists!
Somebody that it works with the Pl/Phyton language could in helping them?
We create the language python, however a common user, does not obtain to create a function using this language.
ERROR: permission denied for language plpythonu
Steps:
1º ) createlang - U postgres plpythonu DEVEL
-- however we do not obtain to give to permission
2º) GRANT ALL ON LANGUAGE plpythonu TO PUBLIC;
ERROR: language "plpythonu" is not trusted
With plpgsql we do not need to give the permission and everything functioned correctly, somebody would know in saying them as to modify the language python for TRUSTED?
Regards,
Cláudia / Carla
From | Date | Subject | |
---|---|---|---|
Next Message | Richard Huxton | 2004-02-10 21:01:36 | Re: Duplicate oid and primary key values |
Previous Message | Josh Berkus | 2004-02-10 20:46:05 | Re: [GENERAL] I want to use postresql for this app, but... |