Jochem van Dieten <jochemd@xxxxxxxxxxxxxx> writes: > I get the following error: >> C:\Program Files\PostgreSQL\8.0\bin>set PGOPTIONS="-W 30" >> >> "z:\backup\databases\2005-06-06\wedstrijdzeilen.sql" >> WARNING: postgres: invalid command line arguments Hm, that's odd ... but never mind, you thought of an alternative. > (gdb) break elog > Breakpoint 1 at 0x16d8f8 > (gdb) bt > #0 0x403ca553 in ?? () from /usr/lib/libc.so.28.5 > #1 0x10e604 in mdread () > #2 0x10f31f in smgrread () You forgot to "continue" until the breakpoint is reached --- this trace just indicates where the backend happened to be when you stopped it by attaching. regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 8: explain analyze is your friend