Re: problem with function loading - Mailing list pgsql-hackers

From Michael Fuhr
Subject Re: problem with function loading
Date
Msg-id 20050223170406.GA27515@winnie.fuhr.org
Whole thread Raw
In response to problem with function loading  (Berényi Gábor <ber_@freemail.hu>)
Responses Re: problem with function loading  (Berényi Gábor <ber_@freemail.hu>)
List pgsql-hackers
On Wed, Feb 23, 2005 at 04:53:34PM +0100, Berényi Gábor wrote:

> After upgrading from 7.4.2 to 8.0.0 I get this message when trying to 
> load a C language function:
> 
> permission denied for language c
> 
> Even postgres and root gets this message. SQL functions work well.

Are you sure "postgres" and "root" are database superusers?  What's
the result of the following query?

SELECT usename FROM pg_user WHERE usesuper IS TRUE;

-- 
Michael Fuhr
http://www.fuhr.org/~mfuhr/


pgsql-hackers by date:

Previous
From: Berényi Gábor
Date:
Subject: problem with function loading
Next
From: Pailloncy Jean-Gerard
Date:
Subject: PostgreSQL Soft RAID 1