Hello,
I am attempting to recover a database previously secured with pg_dump,
however on attempting to restore using
pgsql < db_security_file
I get the following error(s)
ERROR: tbl_breeders relation already exists
I have removed all data tables and user from the database,
what am I over looking?
Stephen