Richard Huxton <[EMAIL PROTECTED]> 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 ---------------------------(end of broadcast)--------------------------- TIP 5: Have you checked our extensive FAQ? http://www.postgresql.org/docs/faqs/FAQ.html