Re: [SQL] Permission denied for language pltclu

From: Michael Glaesemann <grzm(at)myrealbox(dot)com>
To: <dpandey(at)secf(dot)com>
Cc: pgsql-general <pgsql-general(at)postgresql(dot)org>, PostgreSQL <pgsql-sql(at)postgresql(dot)org>
Subject: Re: [SQL] Permission denied for language pltclu
Date: 2005-06-10 09:02:57
Message-ID: E6321939-5F45-4E3C-A19B-CEE8BBB7E330@myrealbox.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-sql


On Jun 10, 2005, at 5:38 PM, Dinesh Pandey wrote:

> Sorry I didn't get it exactly. Because the same function (send e-
> mail) I am
> able to create at my end, but our client is not able to create it
> at their
> end.
>
> 1. Is there some problem in installation?

No.

> Or
> 2. Problem with system user permission executing that database?

No.

> OR
> 3. Problem With Database user permission?

Only a superuser can create a pltclu function. "dbUSER" must be a
PostgreSQL superuser if it created the pltclu function. You client
must use a PostgreSQL superuser to create a pltclu function.

> Now how to change permission of that user to be able to create this
> function?

Make sure the user creating the function is a PostgreSQL superuser.

Michael Glaesemann
grzm myrealbox com

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Richard Huxton 2005-06-10 09:11:18 Re: [SQL] Permission denied for language pltclu
Previous Message Dinesh Pandey 2005-06-10 08:38:29 Re: [SQL] Permission denied for language pltclu

Browse pgsql-sql by date

  From Date Subject
Next Message Richard Huxton 2005-06-10 09:11:18 Re: [SQL] Permission denied for language pltclu
Previous Message Dinesh Pandey 2005-06-10 08:38:29 Re: [SQL] Permission denied for language pltclu