Re: [ADMIN] Help on Trugger/Function

2002-02-21 Thread Stephan Szabo
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 >

[ADMIN] Help on Trugger/Function

2002-02-21 Thread Pam Wampler
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. Here is my function that I get this e