Re: [INTERFACES] Error on db recovery.. - Mailing list pgsql-interfaces

From Ken J. Wright
Subject Re: [INTERFACES] Error on db recovery..
Date
Msg-id 3.0.32.19991111133248.00970900@ren.cncware.com
Whole thread Raw
List pgsql-interfaces
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_fileor
psql dbname -f db_security_fileor
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 




pgsql-interfaces by date:

Previous
From: "Stephen Martin"
Date:
Subject: Error on db recovery..
Next
From: "Sergio A. Kessler"
Date:
Subject: Re: [INTERFACES] Error on db recovery..