Re: [SQL] Permission denied for language pltclu

From: "Dinesh Pandey" <dpandey(at)secf(dot)com>
To: "'Michael Glaesemann'" <grzm(at)myrealbox(dot)com>
Cc: <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 07:33:29
Message-ID: 20050610073921.40C5852896@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-sql

I have installed the Postgres from "postgres" user with pltcl option and
able to create these function with another dbUSER successfully and never get
this error.

But our client is getting this error, How to solve it now? Any Idea?

Thanks

Dinesh Pandey

-----Original Message-----
From: Michael Glaesemann [mailto:grzm(at)myrealbox(dot)com]
Sent: Friday, June 10, 2005 12:58 PM
To: dpandey(at)secf(dot)com
Cc: pgsql-general(at)postgresql(dot)org; 'PostgreSQL'
Subject: Re: [SQL] Permission denied for language pltclu

On Jun 10, 2005, at 4:10 PM, Dinesh Pandey wrote:

> I am using Postgres-.8.0.1.

>

>

>

> I am creating a function with 'pltclu' language. I have already

> created database with 'pltclu'language. But on creation this

> function I am getting this error and failed to create this function

>

> -------------------------

>

> ERROR: Permission denied for language pltclu

>

> -------------------------

>

> What is the cause?

It means that the user you are creating the function as does not have

permission to use pltclu. Only superusers can create functions using

untrusted languages.

http://www.postgresql.org/docs/8.0/interactive/pltcl.html

Hope this helps.

Michael Glaesemann

grzm myrealbox com

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Richard Huxton 2005-06-10 08:28:38 Re: [SQL] Permission denied for language pltclu
Previous Message Michael Glaesemann 2005-06-10 07:28:13 Re: [SQL] Permission denied for language pltclu

Browse pgsql-sql by date

  From Date Subject
Next Message Richard Huxton 2005-06-10 08:28:38 Re: [SQL] Permission denied for language pltclu
Previous Message Michael Glaesemann 2005-06-10 07:28:13 Re: [SQL] Permission denied for language pltclu