At 13:00 11/11/1999 -0800, you wrote:
>Hello,
>I am attempting to recover a database previously secured with pg_dump,
>however on attempting to restore using
>
>pgsql < db_security_file
psql dbname < db_security_file
or
psql dbname -f db_security_file
or
psql dbname, then \i db_security_file at the command prompt
>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