How can I enable plpgsql on my postgres server
just use the supplied createlang command (in ./bin), like this:
createlang plpgsql <databasename>
and presto, you have plpgsql on that database...
Hi
It is in the server.
You only have to use the tool "createlang". Try "man createlang" for more details.
Bye
as i said..
Ya