"David F. Skoll" <[EMAIL PROTECTED]> writes: > On Red Hat 9, when I run the pg_dump command, it uses the > "INSERT ...." dump format. I thought it only did that if you used the > --inserts option. How do I force it NOT to use that format?
This is extremely hard to believe. I can see no way that pg_dump will do that unless you explicitly ask for it (-d or -D switch, or one of the long variants of same). regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 9: the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match