Re: Can't createlang plpgsql - Mailing list pgsql-novice

From Tom Lane
Subject Re: Can't createlang plpgsql
Date
Msg-id 27711.1003076438@sss.pgh.pa.us
Whole thread Raw
In response to Can't createlang plpgsql  ("Michael R. Fahey" <mfahey@qilinlaw.com>)
List pgsql-novice
"Michael R. Fahey" <mfahey@qilinlaw.com> writes:
> I can't get pl/pgsql to install  using creatlang. I've listed what I did
> and the messages I received.
> I'm running 7.1.3 configured as follows:

The error message you quote is not from 7.1's createlang, but 7.0
or before.  Perhaps you have a version mixup?

In any case, creating a PL language is a two-step process: install a
function and then define the language.  Evidently only the first of
these steps has gotten done.  Try dropping the function by hand and
then trying again.

            regards, tom lane

pgsql-novice by date:

Previous
From: "Michael R. Fahey"
Date:
Subject: Can't createlang plpgsql
Next
From: hodges@xprt.net
Date:
Subject: password function for PostgreSQL