Re: Help on Trugger/Function - Mailing list pgsql-admin

From Stephan Szabo
Subject Re: Help on Trugger/Function
Date
Msg-id 20020221115408.N21441-100000@megazone23.bigpanda.com
Whole thread Raw
In response to Help on Trugger/Function  (Pam Wampler <Pam_Wampler@taylorwhite.com>)
List pgsql-admin
On Thu, 14 Feb 2002, Pam Wampler wrote:

> I am new to postgresql -- I am trying to create a trigger on a table --
> I get this error on the function
>    ERROR:  Unrecognized language specified in a CREATE FUNCTION: 'plpgsql'.
> Recognized languages are sql, C, internal, and created procedural
> languages.

You'll need to use createlang to add the plpgsql language to the database
(it's not added by default).
I believe it's
createlang plpgsql <database>


pgsql-admin by date:

Previous
From: Andreas Hierling
Date:
Subject: Set Passsword for existing User
Next
From: Denis Chavez
Date:
Subject: About groups in postgres