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