> but I received this as the error:
> ----------------------------------------------------------
> ERROR:  Unrecognized language specified in a CREATE FUNCTION:
> 'plpgsql'.  Recognized languages are sql, C, internal and the
> created
> procedural languages.
> ----------------------------------------------------------

By default the procedural languages are not loaded.  There's a 
script createlang which you can use to load the plpgsql language
into your database.  (If you want it in all future databases,
I believe if you add it to template1, all later dbs have it 
enabled)

Reply via email to