Problem granting usage on language c

From: Bruno Wolff III <bruno(at)wolff(dot)to>
To: pgsql-general(at)postgresql(dot)org
Subject: Problem granting usage on language c
Date: 2002-10-20 15:50:59
Message-ID: 20021020155059.GA15144@wolff.to
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-hackers

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

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Bruno Wolff III 2002-10-20 16:25:34 Re: Problem granting usage on language c
Previous Message Bruno Wolff III 2002-10-20 15:41:53 Re: Using current_database() in a grant

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruno Wolff III 2002-10-20 16:25:34 Re: Problem granting usage on language c
Previous Message Jinqiang Han 2002-10-20 13:39:53 a question about postgresql 7.3beta2