Re: Create Language Error

From: Adrian Klaver <aklaver(at)comcast(dot)net>
To: pgsql-general(at)postgresql(dot)org
Cc: jakot05 <jakot05(at)gmail(dot)com>
Subject: Re: Create Language Error
Date: 2008-12-16 02:31:11
Message-ID: 200812151831.11970.aklaver@comcast.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Monday 15 December 2008 6:24:50 pm jakot05 wrote:
> Hi!
>
> Im trying to install sql-ledger but I got:
> ERROR: language "plpgsql" does not exist
> HINT: Use CREATE LANGUAGE to load the language into the database
>
> ...then I use CREATE LANGUAGE, but;
>
> postgres=# CREATE LANGUAGE pgpsql

plpgsql not pgpsql

> postgres-# ;
> ERROR: unsupported language «pgpsql»
> HINT: The supported languages are listed in the pg_pltemplate
>
> ... don't know what im doing wrong :-S
>
> My system:
> Ubuntu 8.04
> postgresql 8.3.5
> sql-ledger 2.6.22
> apache 2.2
>
> Thanks for any hint!

--
Adrian Klaver
aklaver(at)comcast(dot)net

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Klint Gore 2008-12-16 02:38:52 Re: How restrict select on a view ?
Previous Message jakot05 2008-12-16 02:24:50 Create Language Error