[EMAIL PROTECTED] writes: > [linux-xfs-host]$ pg_dump db -Fc -f dump > Segmentation fault (core dumped)
Can you provide a stack trace from the core file? It would also be useful to see the last few SQL commands issued by pg_dump --- easiest way to do this is enable query logging via export PGOPTIONS="-c log_statement=1" before running pg_dump, and then look in the postmaster log. regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 2: you can get off all lists at once with the unregister command (send "unregister YourEmailAddressHere" to [EMAIL PROTECTED])