Re: Load of file failed

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "vivek K(dot)" <vivek10(at)hotmail(dot)com>
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: Load of file failed
Date: 2003-05-09 12:39:39
Message-ID: 29888.1052483979@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

"vivek K." <vivek10(at)hotmail(dot)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

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Bruno Wolff III 2003-05-09 12:56:07 Re: Automatic shutdown from Linux.
Previous Message dlangschied 2003-05-09 12:27:43 Service names in postgres