"Jonathan Ellis" <[EMAIL PROTECTED]> writes: > I have many many instances of these two problems in pg_dump's output:
> 1) function code don't seem to be taken into account for dependencies No, it isn't, and this should not matter because pg_dump takes care to turn off check_function_bodies. If you have an actual problem, you need to exhibit it, not just claim there is a problem. BTW, what was the other problem? regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 9: In versions below 8.0, the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match