Re: Auto-timestamp generator (attached)

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Joseph Shraibman <jks(at)selectacast(dot)net>
Cc: pgsql-general(at)postgresql(dot)org, Stephan Szabo <sszabo(at)megazone23(dot)bigpanda(dot)com>
Subject: Re: Auto-timestamp generator (attached)
Date: 2001-02-09 00:41:30
Message-ID: 14980.981679290@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Joseph Shraibman <jks(at)selectacast(dot)net> writes:
>> Yes, that proves that your core backend is 7.0.3. However, the spelling
>> of the error message proves that your plpgsql shlib is NOT 7.0.3. It
>> might well be 6.5 or even older.

> Huh? How could that happen?

Easily. Check the path to the shlib that's defined in the CREATE
FUNCTION call for plpgsql_call_handler, eg do
select * from pg_proc where proname = 'plpgsql_call_handler';
The backend will believe whatever you tell it --- if, say, you restored
a 6.5 dump that had a different library path than your current
installation, you'd be in trouble. How exactly did you install plpgsql
support into this database?

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Joseph Shraibman 2001-02-09 00:54:45 Re: Auto-timestamp generator (attached)
Previous Message Joseph Shraibman 2001-02-09 00:37:16 Re: Auto-timestamp generator (attached)