Ron Snyder <[EMAIL PROTECTED]> writes: > I attempt to restore from a 7.2.1 created dump into my newly created > 7.3devel database, I get this:
> pg_restore: [archiver (db)] could not create large object cross-reference > table: > I didn't find any mention of this on the hackers mail archive, so I thought > I'd pass it on. News to me; and I just tested that code a couple days ago after hacking on it for schema support. Would you look in the postmaster log to see exactly what error message the backend is issuing? Might help to run pg_restore with "PGOPTIONS=--debug_print_query=1" so you can verify the exact query that's failing, too. (I've thought several times that we should clean up pg_dump and pg_restore so that they report the failed query and backend message in *all* cases; right now they're pretty haphazard about it.) regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 4: Don't 'kill -9' the postmaster