Stephan Szabo <[EMAIL PROTECTED]> writes: > We're going to need some additional information for this to be a > complete report.
It doesn't really require investigation. pg_dump pulls the entire schema before deciding what parts of it need to be dumped; therefore schema-level problems are likely to cause pg_dump to error out even if that part of the schema theoretically didn't need to be examined. I am disinclined to invest any effort in changing this, in part because I doubt it could be changed without making it impossible to do other things that we want to do in the near future (cf. nearby discussion about dumping sequences associated with the target table). regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 6: Have you searched our list archives? http://archives.postgresql.org