Richard Huxton <dev(at)archonet(dot)com> writes:
>> This seems to be an additional and fairly critical reason to disable
>> checking of SQL function bodies during a reload.
> Is that what you do with views?
No. Reverse-listing of views takes the current schema path into account
when deciding whether to qualify names, so it works correctly with
pg_dump. But there's no reverse-listing of function bodies, they are
just strings ...
regards, tom lane