Re: [GENERAL] PL/pgsql problem in 6.5

From: Michael <grim(at)argh(dot)demon(dot)co(dot)uk>
To: pgsql-general(at)hub(dot)org
Subject: Re: [GENERAL] PL/pgsql problem in 6.5
Date: 1999-06-17 09:06:18
Message-ID: 3768BA8A.4B81802B@argh.demon.co.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

> I have just installed PostgreSQL 6.5 and encountered problems with
> PL/pgsql: On an insert into a table which has a before-insert trigger
> I get the following error message:
>
> ERROR: Load of file /usr/local/pgsql/lib/plpgsql.so failed: >/usr/local/pgsql/lib/plpgsql.so:
> undefined symbol: SPI_push

At a wild stab in the dark, you installed over an old version of postgresql.

Try running ldconfig (as root), which updates your system and tells it where to
find the latest shared libraries. You may be referencing an old shared library
that is missing some functions.

If that doesnt work, maybee manually remove any out of date postgresql
libraries (just rename them, dont delete them in case they turn out to be
needed {:-) )

This is just a guess, but it is what the error message says to me {:-)

Browse pgsql-general by date

  From Date Subject
Next Message Kevin Lo 1999-06-17 09:50:18 Re: [GENERAL] DBMaker
Previous Message Kaare Rasmussen 1999-06-17 08:58:11 Subject: [GENERAL] Problem with perl / postgres