Changed function

From: "Reinhard Hnat" <hnat(at)logotronic(dot)co(dot)at>
To: <pgsql-novice(at)postgresql(dot)org>
Subject: Changed function
Date: 2002-06-03 14:31:30
Message-ID: 004701c20b0b$5b3a2c00$0163a8c0@hn
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

I have changed a plpgsql function using phpPgAdmin II. When the related
trigger was fired next time i saw the following message:

PostgreSQL said: ERROR: fmgr_info: function 542564: cache lookup failed

the problem seems to be, that the oid of the function has changed. obviously
the trigger remembered the old oid and does not search for the new oid of
the function which name is referenced in the trigger definition. what is to
do to make the changed function useable again? how can the trigger learn to
reference the right function.

Best regards
Reinhard Hnat

hnat(at)logotronic(dot)co(dot)at

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Guthrie, John 2002-06-03 14:42:05 OIDs
Previous Message Colin Mangiagalli 2002-06-03 13:22:52 Incorrect date/time returned by current_timestamp