Re: language "plpgsql" does not exist

From: PeterKorman <calvin-pgsql-ml(at)eigenvision(dot)com>
To: pgsql-sql(at)postgresql(dot)org
Cc: Bruce Young <hbrucey(at)yahoo(dot)com>
Subject: Re: language "plpgsql" does not exist
Date: 2003-05-24 00:43:38
Message-ID: 20030524004338.GA5799@eigenvision.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

On Fri, May 23, 2003 at 06:40:04AM -0700, Bruce Young wrote:
> Whoa! thanks a lot guys. didnt RTFM enough.
> i now got it working from the following command:
>
> $ createlang plpgsql <dbname>
>
> Question is: why did it prompt me to enter my password so many times? 4 to be
> exact.
> i only have one user besides postgres.
>
> thanks again.
>

I'm 3 days into postgresql so dont chisel this answer into stone.

I just went through a hunt for this. If you want the plpgsql language to
show up in all your databases then connect to template1
and do the work within the psql client. I don't see any way to use
createlang on template1. But that will save you doing it on
all your databases.

There must be some overhead on this onaccounta it is not part
of template1 to begin with. Odd.

Apparently there are a multitude of possible languages you
can install. PL/Perl, PL/TCL ..., Etc.

Cheers,

JPK

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message A.Bhuvaneswaran 2003-05-24 04:44:43 Re: language "plpgsql" does not exist
Previous Message Bruno Wolff III 2003-05-23 20:32:28 Re: libpq program SELECT FOR UPDATE and TIMEOUT or CANCEL REQUEST