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

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
sql-ledger-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/sql-ledger-users

Reply via email to