pg_restore "WARNING: errors ignored on restore"

From: Bryce Nesbitt <bryce2(at)obviously(dot)com>
To: sql pgsql <pgsql-sql(at)postgresql(dot)org>
Subject: pg_restore "WARNING: errors ignored on restore"
Date: 2009-10-28 18:44:30
Message-ID: 4AE8910E.4080201@obviously.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

So when restoring a particular DB with pg_restore, I get "WARNING:
errors ignore on restore". Is there a way to dump a list of those errors?

# /usr/local/bin/pg_restore8.3 -d SUP-3067 -h 192.168.1.93 -p 5433 -U
postgres -L toc_with_parts_commented_out.txt -v production_db.dump.20091016
....
pg_restore8.3: setting owner and privileges for FK CONSTRAINT
api1_view_test_arguments_test_fkey
pg_restore8.3: setting owner and privileges for FK CONSTRAINT
api1_view_test_expected_results_test_fkey
WARNING: errors ignored on restore: 985

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Tom Lane 2009-10-28 19:09:13 Re: pg_restore "WARNING: errors ignored on restore"
Previous Message Marc Mamin 2009-10-27 18:46:50 Re: record to columns: syntax question and strange behaviour