Re: Unrecognized language Error

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>
Subject: Re: Unrecognized language Error
Date: 2002-01-23 18:57:52
Message-ID: 20020123105717.B19736-100000@megazone23.bigpanda.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general


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

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Dmitry Alyabyev 2002-01-23 18:58:27 Re: Permissions on non-owned database
Previous Message postgresql 2002-01-23 18:56:11 Re: postgresql 7.2b5 and vserver: statistics sockets