RE: plpgsql language - Mailing list pgsql-sql

From Michael Davis
Subject RE: plpgsql language
Date
Msg-id 01C0858F.B0B1E540.mdavis@sevainc.com
Whole thread Raw
In response to plpgsql language  (chard <chard@hindang.msuiit.edu.ph>)
List pgsql-sql
Did you execute the following after you created your database?

CREATE FUNCTION plpgsql_call_handler () RETURNS OPAQUE AS     '/usr/local/pgsql/lib/plpgsql.so' LANGUAGE 'C';

CREATE TRUSTED PROCEDURAL LANGUAGE 'plpgsql'     HANDLER plpgsql_call_handler     LANCOMPILER 'PL/pgSQL';

These are needed for the plpgsql language to work.

-----Original Message-----
From:    chard [SMTP:chard@hindang.msuiit.edu.ph]
Sent:    Tuesday, January 23, 2001 10:40 PM
To:    pgsql-sql@postgresql.org
Subject:    plpgsql language

hello,
i got this error when i tried to create a function 
"unrecognized language specified in CREATE FUNCTION: 'plpgsql'" why is
that?



pgsql-sql by date:

Previous
From: Tristan Colson
Date:
Subject: Order By Question
Next
From: "Prasanth Kumar"
Date:
Subject: Re: Order By Question