PG_exception_stack

Поиск
Список
Период
Сортировка
От Maik Troemel
Тема PG_exception_stack
Дата
Msg-id 43940B1E.9030307@maitro.net
обсуждение исходный текст
Ответы Re: PG_exception_stack  (Martijn van Oosterhout <kleptog@svana.org>)
Список 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 по дате отправления:

Предыдущее
От: William Bug
Дата:
Сообщение: Re: tool for DB design
Следующее
От: Martijn van Oosterhout
Дата:
Сообщение: Re: PG_exception_stack