Re: [SQL] Permission denied for language pltclu - Mailing list pgsql-general

From Sean Davis
Subject Re: [SQL] Permission denied for language pltclu
Date
Msg-id 0ff6b4042414d68d62a956cd6c5c2c92@mail.nih.gov
Whole thread Raw
In response to Re: [SQL] Permission denied for language pltclu  ("Dinesh Pandey" <dpandey@secf.com>)
List pgsql-general
On Jun 10, 2005, at 5:51 AM, Dinesh Pandey wrote:

>
> Hi Richard/ Michael
>  
> Thanks for your great help.
>  
> I got the problem.
>  
> Actually, I was not getting the cause of this problem, because it was
> working properly at our end.
>  
> Actually this problem occurs when the function is being created by the
> user who has not created the current database.
>  
> Solution: The database must be created by the user who is creating the
> pltcl function? Right

Dinesh,

The user creating the function must be a superuser.  The question to
ask is: How do I make a user a superuser?  The answer is in the
documentation at these two links.  It suffices to ALTER USER to have
CREATEUSER privileges to be a superuser.

http://www.postgresql.org/docs/8.0/static/user-attributes.html
http://www.postgresql.org/docs/8.0/static/sql-alteruser.html

I hope this clarifies things a bit.
Sean

pgsql-general by date:

Previous
From: Michael Glaesemann
Date:
Subject: Re: [SQL] Permission denied for language pltclu
Next
From: Tino Wildenhain
Date:
Subject: Re: [SQL] Permission denied for language pltclu