ERROR: language "c" is not trusted - Mailing list pgsql-general

From Chris Albertson
Subject ERROR: language "c" is not trusted
Date
Msg-id 20030701234529.75432.qmail@web41309.mail.yahoo.com
Whole thread Raw
List 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@yahoo.com
  Cell:   310-990-7550
  Office: 310-336-5189  Christopher.J.Albertson@aero.org
  KG6OMK

__________________________________
Do you Yahoo!?
SBC Yahoo! DSL - Now only $29.95 per month!
http://sbc.yahoo.com

pgsql-general by date:

Previous
From: DeJuan Jackson
Date:
Subject: Re: PostgreSQL
Next
From: Jean-Christian Imbeault
Date:
Subject: Duplicate key insert question