> After updating a PLpgSQL function of a trigger on table foo with CREATE OR
> REPLACE using latest version of pgAdmin2.
> If I run "UPDATE TABLE foo SET foo_timestamp = 'now' WHERE .... sql clause"
> will return an error. It seems to be a migration problem.
Dear all,
Please disregard my previous message. In pgAdmin2, I dropped the old tables
and functions pgadmin_*. But going too fast, I also dropped
plpgsql_call_handler by error. What a fool ...