Problem granting usage on language c - Mailing list pgsql-general

From Bruno Wolff III
Subject Problem granting usage on language c
Date
Msg-id 20021020155059.GA15144@wolff.to
Whole thread Raw
Responses Re: Problem granting usage on language c  (Bruno Wolff III <bruno@wolff.to>)
Re: Problem granting usage on language c  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-general
When I try to grant usage on language c in 7.3b1 I get an error message
saying I can't because the language isn't trusted. Is this different in b2?
I can see using whether or not a language is trusted to set defaults,
but now that access can be controlled it would be useful to grant
access to load c functions to users that are trusted.

Here is the example:
grant usage on language c to bruno;
ERROR:  language "c" is not trusted

pgsql-general by date:

Previous
From: Bruno Wolff III
Date:
Subject: Re: Using current_database() in a grant
Next
From: Bruno Wolff III
Date:
Subject: Re: Problem granting usage on language c