plpgsql error

From: "Adam H(dot) Pendleton" <apendleton(at)vgsinc(dot)com>
To: <pgsql-sql(at)hub(dot)org>
Subject: plpgsql error
Date: 1999-05-10 20:32:09
Message-ID: 009e01be9b24$2db88d30$bdd0be80@belvoir.army.mil
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-sql

I get this error when I try to create a function using plpgsql:

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

Do I need to specify another flag when I compile Postgresql?

Adam
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Si hoc legere scis nimium eruditionis habes.

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Andy Lewis 1999-05-10 21:05:22 Re: [SQL] plpgsql error
Previous Message Bruce Momjian 1999-05-10 20:30:18 Re: subselects

Browse pgsql-sql by date

  From Date Subject
Next Message Michael J Davis 1999-05-10 20:46:59 RE: [SQL] plpgsql error
Previous Message Michael J Davis 1999-05-10 18:41:41 RE: [SQL] Trigger question