Thread: pg_restore has error message 7

pg_restore has error message 7

From
Richard A Lough
Date:
Hi all,

I'm trying to use pg_restore to reload data into a database.

How do I stop it complaining that:
procedurecreate: procedure plpgsql_call_handler already exists
with the same arguements

I can run psql on the same data and get the database back, and
while this gives an error message, the query continues successfully.

TIA

Richard A Lough