PG_exception_stack - Mailing list pgsql-general

From Maik Troemel
Subject PG_exception_stack
Date
Msg-id 43940B1E.9030307@maitro.net
Whole thread Raw
Responses Re: PG_exception_stack
List pgsql-general
Hello,

When I run:
createlang plpgsql wetter

i get the error:
ERROR:  could not load library "/usr/local/pgsql/lib/plpgsql.so":
/usr/local/pgsql/lib/plpgsql.so: undefined symbol: PG_exception_stack

I found something in the net:

"I think you've got a version mismatch problem --- specifically, it looks
like you are trying to load an 8.0 plpgsql.so into a pre-8.0 backend.
PG_exception_stack is (just by chance no doubt) the first symbol the
newer code tries to reference that's not in the older backend."

I'm running PostgreSQL 8.0.3 und Suse 9.2.
Can anybody tell me whats wrong.

Thanks a lot!

Greetings
Maik


pgsql-general by date:

Previous
From: William Bug
Date:
Subject: Re: tool for DB design
Next
From: Martijn van Oosterhout
Date:
Subject: Re: PG_exception_stack