Re: [BUGS] BUG #2369: pg_dump function dependencies

2006-04-04 Thread Jonathan Ellis
On 4/2/06, Tom Lane <[EMAIL PROTECTED]> wrote: "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 ca

Re: [BUGS] BUG #2369: pg_dump function dependencies

2006-04-02 Thread Tom Lane
"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 y