Re: [INTERFACES] Error on db recovery..

From: "Ken J(dot) Wright" <ken(at)ori-ind(dot)com>
To: pgsql-interfaces(at)postgreSQL(dot)org
Subject: Re: [INTERFACES] Error on db recovery..
Date: 1999-11-11 21:32:50
Message-ID: 3.0.32.19991111133248.00970900@ren.cncware.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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_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

Browse pgsql-interfaces by date

  From Date Subject
Next Message Sergio A. Kessler 1999-11-11 22:04:20 Re: [INTERFACES] Error on db recovery..
Previous Message Stephen Martin 1999-11-11 21:00:57 Error on db recovery..