Martin Pitt <[EMAIL PROTECTED]> writes: > The core problem is that we want to not restore objects (mainly > tables) in the destination database which already exist.
Why is this a problem? It's already the default behavior --- the creation commands fail but pg_restore keeps going. regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 9: In versions below 8.0, the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match