Re: BUG #17374: Bug in restore

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: BUG #17374: Bug in restore
Дата
Msg-id 856627.1642687872@sss.pgh.pa.us
обсуждение исходный текст
Ответ на BUG #17374: Bug in restore  (PG Bug reporting form <noreply@postgresql.org>)
Список pgsql-bugs
PG Bug reporting form <noreply@postgresql.org> writes:
> While restoring backup-file to another schema, I got following error:
> "pg_restore: could not execute query: ERROR  "<table_name>" already
> exists.
> Despite the error, the rows in the tables doubled.

That sounds like the expected result if you try to restore over
an existing table.  Use --clean to drop and recreate the target
tables.

            regards, tom lane



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

Предыдущее
От: PG Bug reporting form
Дата:
Сообщение: BUG #17374: Bug in restore
Следующее
От: PG Bug reporting form
Дата:
Сообщение: BUG #17375: RECOVERY TARGET TIME RESTORE IS FAILING TO START SERVER