Re: 7.1->7.2 data import timestamp problems

From: "Dan Langille" <dan(at)langille(dot)org>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: 7.1->7.2 data import timestamp problems
Date: 2002-02-23 21:30:10
Message-ID: 200202232130.g1NLUEk44623@lists.unixathome.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

On 23 Feb 2002 at 16:06, Tom Lane wrote:

> Actually, under 7.2 the preferred definition is just
>
> CREATE FUNCTION "plpgsql_call_handler" () RETURNS opaque AS
> 'plpgsql', 'plpgsql_call_handler' LANGUAGE 'C';

Is there a correct way to replace such definitions? I tried just a drop
function and then a create function, but:

ERROR: fmgr_info: function 16557: cache lookup failed

> Almost certainly, the reason you got burnt to begin with was that
> the dumped definition of plpgsql_call_handler contained the full
> path to the *old* installation's plpgsql.so --- am I not right?

You are correct.
--
Dan Langille
The FreeBSD Diary - http://freebsddiary.org/ - practical examples

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Tom Lane 2002-02-23 21:34:34 Re: 7.1->7.2 data import timestamp problems
Previous Message Tom Lane 2002-02-23 21:06:06 Re: 7.1->7.2 data import timestamp problems