PG_exception_stack

From: Maik Troemel <maik(dot)troemel(at)maitro(dot)net>
To: POSTGRESQL <pgsql-general(at)postgresql(dot)org>
Subject: PG_exception_stack
Date: 2005-12-05 09:40:46
Message-ID: 43940B1E.9030307@maitro.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Martijn van Oosterhout 2005-12-05 09:49:24 Re: PG_exception_stack
Previous Message Nicola.Scioscia 2005-12-05 09:40:34 plperlu function