store procedure in pl/pgsql

From: Juan Ramón Cortabitarte <jcorta(at)tribctas(dot)gba(dot)gov(dot)ar>
To: <pgsql-general(at)postgresql(dot)org>
Subject: store procedure in pl/pgsql
Date: 2001-02-28 12:28:30
Message-ID: 002201c0a181$f5d4f000$27012a0a@tribctas.gba.gov.ar
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hello,

I'm trying to do some store procedure in pl/pgsql but the sql server says
me:

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

I´m using Red Hat Linux 7.0 and Postgress 7.02.
i executed:

#createlang plpgsql dbhtc

createlang: missing required argument PGLIB directory
(This is the directory where the interpreter for the procedural
language is stored. Traditionally, these are installed in whatever
'lib' directory was specified at configure time.)

any help ?

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Renaud Tthonnart 2001-02-28 12:51:13 array containing references
Previous Message Renaud Tthonnart 2001-02-28 12:09:28 Re: Object