Re: [GENERAL] PL/PGSQL - Mailing list pgsql-general

From Jens Felber
Subject Re: [GENERAL] PL/PGSQL
Date
Msg-id 3.0.6.32.19990823142936.00918940@62.156.187.1
Whole thread Raw
In response to Re: [GENERAL] PL/PGSQL  (Herouth Maoz <herouth@oumail.openu.ac.il>)
List pgsql-general
At 14:46 23.08.99 +0300, Herouth Maoz wrote:
>At 14:13 +0300 on 23/08/1999, Jens Felber wrote:
>
>
>Sounds to me that you have created the trigger with some version of the
>function, and then you redefined the function, dropped the old one, or some
>such. Once this is done, the trigger will give you that error message,
>since it works by oid and not the function name.
>
>Try to drop the trigger, if you haven't already.

Hi folks,
the problem is solved - thanks for all hints.
Like Herouth said - I've droped the function and create an new version.
But the trigger was the old version.
After a drop of both and newcreation  - it works fine.

Thanks a lot.
Jens


pgsql-general by date:

Previous
From: Herouth Maoz
Date:
Subject: Re: [GENERAL] PL/PGSQL
Next
From: "Steffen E. Thorkildsen"
Date:
Subject: PostgreSQL locking problem!