Re: Unrecognized language Error

From: "Ben-Nes Michael" <miki(at)canaan(dot)co(dot)il>
To: <pgsql-general(at)postgresql(dot)org>
Subject: Re: Unrecognized language Error
Date: 2002-01-24 08:04:06
Message-ID: 008401c1a4ad$b2782400$aa0f5ac2@canaan.co.il
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

oops :)
To much work hour
--------------------------
Canaan Surfing Ltd.
Internet Service Providers
Ben-Nes Michael - Manager
Tel: 972-4-6991122
http://sites.canaan.co.il
--------------------------

----- Original Message -----
From: "Stephan Szabo" <sszabo(at)megazone23(dot)bigpanda(dot)com>
To: "Ben-Nes Michael" <miki(at)canaan(dot)co(dot)il>
Cc: <pgsql-general(at)postgresql(dot)org>
Sent: Wednesday, January 23, 2002 8:57 PM
Subject: Re: [GENERAL] Unrecognized language Error

>
> On Wed, 23 Jan 2002, Ben-Nes Michael wrote:
>
> > comp.canaan.co.il=# CREATE FUNCTION addnumbers (INTEGER, INTEGER)
RETURNS
> > INTEGER AS '
> > comp.canaan.co.il'# DECLARE
> > comp.canaan.co.il'# v1 ALIAS FOR $1;
> > comp.canaan.co.il'# v2 ALIAS FOR $2;
> > comp.canaan.co.il'# BEGIN
> > comp.canaan.co.il'# RETURN v1 + v2;
> > comp.canaan.co.il'# END;'
> > comp.canaan.co.il-# LANGUAGE 'plpgpsql';
> You meant 'plpgsql' right? ;)
>
> > ERROR: Unrecognized language specified in a CREATE FUNCTION:
'plpgpsql'.
> > Recognized languages are sql, C, internal, and created
procedural
> > languages.
>
>

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Holger Krug 2002-01-24 08:15:40 Re: Not Finding password for Postgres user on Linux
Previous Message Nandu Garg 2002-01-24 07:41:44 Not Finding password for Postgres user on Linux