Re: 7.1->7.2 data import timestamp problems

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

"Dan Langille" <dan(at)langille(dot)org> writes:
> 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

CREATE OR REPLACE FUNCTION (new in 7.2) would do the trick.

regards, tom lane

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Henry 2002-02-24 07:44:50 callable statement please
Previous Message Dan Langille 2002-02-23 21:30:10 Re: 7.1->7.2 data import timestamp problems