Problem with PL/pgSQL

From: "Vladimir Terziev" <vlady(at)school(dot)digsys(dot)bg>
To: pgsql-sql(at)postgresql(dot)org
Subject: Problem with PL/pgSQL
Date: 2000-02-08 13:46:14
Message-ID: 200002081346.PAA11001@lorna.digsys.bg
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Hi

I try to create the next function:

create function ttt() RETURNS OPAQUE AS '
BEGIN
RAISE EXCEPTION "Hello"
END' language 'plpgsql';

The result is:

ERROR: Unrecognized language specified in a CREATE FUNCTION: 'plpgsql'.
Recognized languages are sql, C, internal and the created procedural languages.

I have postgres SQL ver. 6.5.2.

What's going on?

Vladimir

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Vince Gonzalez 2000-02-08 14:09:47 Re: [SQL] Problem with PL/pgSQL
Previous Message Radhesh Mohandas 2000-02-08 11:32:38 Efficiency