Hey guys, I get a segfault when dumping a database from one machine to the other when the new machine doesn't have a user that is on the other. for example: admin exists on source machine but not destination when I 'psql -U postgres < input.sql' I get: \connect: FATAL 1: SetUserId: user 'admin' is not in 'pg_shadow' Segmentation fault (core dumped) I can see why that should produce an error, but not a core dump. --tony ---------------------------(end of broadcast)--------------------------- TIP 6: Have you searched our list archives? http://www.postgresql.org/search.mpl