Re: ERROR: language "plpgsql" does not exist - Mailing list pgsql-general

From Richard Huxton
Subject Re: ERROR: language "plpgsql" does not exist
Date
Msg-id 200301291530.51633.dev@archonet.com
Whole thread Raw
In response to ERROR: language "plpgsql" does not exist  ("Michael" <mshi@cityxpress.com>)
List pgsql-general
On Thursday 23 Jan 2003 10:45 pm, Michael wrote:
> I just installed the PostgreSQL7.3.1 on a linux server and trying to create
> a function .
>
> I got the
> ERROR:  language "plpgsql" does not exist
>
> Why?  How can I solve this ?

You need to enable any procedural languages you want to use. See the reference
manual for the SQL "CREATE LANGUAGE" command or the "createlang" command-line
tool. It's also covered in the programmer's guide under installing procedural
languages


--
  Richard Huxton

pgsql-general by date:

Previous
From: "SZŰCS Gábor"
Date:
Subject: numeric usernames in 7.3.1?
Next
From: Richard Huxton
Date:
Subject: Re: Rules for trigger execution