On Tue, 29 Jan 2002, Nagasubramanya L wrote:
> I have even tried
> CREATE LANGUAGE 'plpgsql'
>
> But I am not able to set it. What is that I should do to set up this language support.
Use the shell script createlang
createlang plpgsql <database>
should add it to the database in question.