Culley Harrelson <culleyharrelson(at)yahoo(dot)com> writes:
> I ran createlang successfully and I'm still getting
> compile errors on basic plpgsql functions (sql
> functions work).I'm assuming I have to do something
> like:
> create trusted procedural language plpgsql
> handler = ????
No, createlang should've done that for you.
What do you get from "select * from pg_language" ?
Also, it would help if you mentioned the exact error message
you're getting.
regards, tom lane