From: | Sean Davis <sdavis2(at)mail(dot)nih(dot)gov> |
---|---|
To: | <dpandey(at)secf(dot)com> |
Cc: | Postgresql-General list <pgsql-general(at)postgresql(dot)org> |
Subject: | Re: [SQL] Permission denied for language pltclu |
Date: | 2005-06-10 10:31:34 |
Message-ID: | 0ff6b4042414d68d62a956cd6c5c2c92@mail.nih.gov |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general pgsql-sql |
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
From | Date | Subject | |
---|---|---|---|
Next Message | Michael Glaesemann | 2005-06-10 10:32:34 | Re: [SQL] Permission denied for language pltclu |
Previous Message | Dawid Kuroczko | 2005-06-10 10:27:32 | Inherits and "get highest id". |
From | Date | Subject | |
---|---|---|---|
Next Message | Michael Glaesemann | 2005-06-10 10:32:34 | Re: [SQL] Permission denied for language pltclu |
Previous Message | Michael Glaesemann | 2005-06-10 10:26:43 | Re: [SQL] Permission denied for language pltclu |