"Peter Koczan" <pjkoczan(at)gmail(dot)com> writes:
> FUNCTION isnull("any", "any") postgres
> pg_restore: [archiver (db)] could not execute query: ERROR: plpgsql
> functions cannot return type "any"
> Command was: CREATE FUNCTION "isnull"("any", "any") RETURNS "any"
Use anyelement instead.
regards, tom lane