pg_restore problems

From: Bobby Gontarski <Gontarski(at)seznam(dot)cz>
To: pgsql-general(at)postgresql(dot)org
Cc: pgsql-general(at)postgresql(dot)org
Subject: pg_restore problems
Date: 2006-08-28 12:38:07
Message-ID: 5512.3387-5875-1999701350-1156768686@seznam.cz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

I do:
pg_dump -Ft mydb > mydb.tar
pg_restore -d newdb mydb.tar
and I get tuns of errors. Like:
pg_restore: [archiv߰ (db)] could not execute query: ERROR: relation "pg_ts_cfg map" already exists
Command was: CREATE TABLE pg_ts_cfgmap (
ts_name text NOT NULL,
tok_alias text NOT NULL,
dict_name text[]
what is the problem, why can't I restore the db... (postgresql 8.1)
bobby

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Alban Hertroys 2006-08-28 12:50:06 Re: optimising UNION performance
Previous Message Rafal Pietrak 2006-08-28 12:15:22 Re: optimising UNION performance