Re: Load of file failed

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Load of file failed
Дата
Msg-id 29888.1052483979@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Load of file failed  ("vivek K." <vivek10@hotmail.com>)
Список pgsql-admin
"vivek K." <vivek10@hotmail.com> writes:
>          while i was executing a trigger for insert into a table , I go this
>   error :
> ERROR:  Load of file /usr/local/pgsql/lib/plpgsql.so failed:
> /usr/local/pgsql/lib/plpgsql.so: undefined symbol: SPI_lastoid

This suggests a version mismatch, specifically that the plpgsql.so
library is for a newer version of Postgres than the server you are
running.  (Checking back, it appears that SPI_lastoid was added to
the backend in 7.1.)

            regards, tom lane


В списке pgsql-admin по дате отправления:

Предыдущее
От: "dlangschied"
Дата:
Сообщение: Service names in postgres
Следующее
От: Bruno Wolff III
Дата:
Сообщение: Re: Automatic shutdown from Linux.