| From: | Chris Albertson <chrisalbertson90278(at)yahoo(dot)com> |
|---|---|
| To: | pgsql-general(at)postgresql(dot)org |
| Subject: | ERROR: language "c" is not trusted |
| Date: | 2003-07-01 23:45:29 |
| Message-ID: | 20030701234529.75432.qmail@web41309.mail.yahoo.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general |
I do the following as the user "postgres"
alberts=# CREATE FUNCTION foobar(CSTRING)
alberts-# RETURNS opaque
alberts-# AS '$libdir/mystuff' , 'foobar'
alberts-# LANGUAGE 'c'
alberts-# WITH (isstrict,iscachable);
CREATE FUNCTION
Next I'd like to be able to use the funtion as a "normal" user
so I thy this:
grant USAGE ON LANGUAGE c TO alberts;
ERROR: language "c" is not trusted
OK, now what?
=====
Chris Albertson
Home: 310-376-1029 chrisalbertson90278(at)yahoo(dot)com
Cell: 310-990-7550
Office: 310-336-5189 Christopher(dot)J(dot)Albertson(at)aero(dot)org
KG6OMK
__________________________________
Do you Yahoo!?
SBC Yahoo! DSL - Now only $29.95 per month!
http://sbc.yahoo.com
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Jean-Christian Imbeault | 2003-07-02 00:10:14 | Duplicate key insert question |
| Previous Message | DeJuan Jackson | 2003-07-01 23:36:39 | Re: PostgreSQL |