Re: Backup restore does not work

Поиск
Список
Период
Сортировка
От Joshua D. Drake
Тема Re: Backup restore does not work
Дата
Msg-id 42099C35.7000503@commandprompt.com
обсуждение исходный текст
Ответ на Backup restore does not work  (Art Fore <art.fore@comcast.net>)
Список pgsql-general
Art Fore wrote:

> Using PGadminIII, I backup my database on linux machine, and try to
> restore it on the windows machine. Alway comes up with duplicate key
> on the first item.  I drop all views and the only table in the
> database and try again. Still same thing. I do a refrresh, none of the
> views or table were dropped.
>
> What is the secret of backup-restore is pgadmin?

Well views are not what are going to cause the duplicate key. A
duplicate key error is
caused by a violation of a unique index or primary key.

Do you have duplicate data? Or perhaps a partially restored table structure?

Sincerely,

Joshua D. Drake


>
> Art
>
> ---------------------------(end of broadcast)---------------------------
> TIP 1: subscribe and unsubscribe commands go to majordomo@postgresql.org



--
Command Prompt, Inc., home of Mammoth PostgreSQL - S/ODBC and S/JDBC
Postgresql support, programming shared hosting and dedicated hosting.
+1-503-667-4564 - jd@commandprompt.com - http://www.commandprompt.com
PostgreSQL Replicator -- production quality replication for PostgreSQL


Вложения

В списке pgsql-general по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: checking SQL statement/subexpression validity
Следующее
От: Antony Paul
Дата:
Сообщение: create temp table and on commit in 7.3.3