From: John W. F. <joh...@ve...> - 2006-11-06 07:00:34
|
Can someone tell me what to do about this error. Docs are not real clear on what is going on. This is an error generated when I try to set up any new dataset. This same thing happened when I tried to use the Debian packages. This error is from the tarball installation using setup.perl and installing from the internet. Error! CREATE FUNCTION del_yearend() RETURNS OPAQUE AS ' begin delete from yearend where trans_id = old.id; return NULL; end; ' language 'plpgsql'; ERROR: language "plpgsql" does not exist HINT: You need to use "createlang" to load the language into the database. -- John W. Foster |