[EMAIL PROTECTED] writes: > Here is the solution to the problem: > First: We have to restore (only) the structure (schema) of the database > pg_restore -Ft -v -s db.tar -d database_name -U postgres -S postgres > --disable-triggers > Second: Restore the datas > pg_restore -Ft -v -a db.tar -d database_name -U postgres -S postgres > --disable-triggers
[ scratches head... ] Definitely seems that there is a bug in there somewhere, if you have to do it that way. I'll take a look later ... 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