pg_restore problems - Mailing list pgsql-general

From Bobby Gontarski
Subject pg_restore problems
Date
Msg-id 5512.3387-5875-1999701350-1156768686@seznam.cz
Whole thread Raw
Responses Re: pg_restore problems  (Martijn van Oosterhout <kleptog@svana.org>)
List 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

pgsql-general by date:

Previous
From: Rafal Pietrak
Date:
Subject: Re: optimising UNION performance
Next
From: Alban Hertroys
Date:
Subject: Re: optimising UNION performance