Re: [HACKERS] pg_dump inconsistences

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: [HACKERS] pg_dump inconsistences
Дата
Msg-id 199905260457.AAA02819@candle.pha.pa.us
обсуждение исходный текст
Ответ на Re: [HACKERS] pg_dump inconsistences  (Vadim Mikheev <vadim@krs.ru>)
Ответы Re: [HACKERS] pg_dump inconsistences  (Don Baccus <dhogaza@pacifier.com>)
Список pgsql-hackers
> 
> As far as I see each COPY table TO STDOUT is executed in
> its own transaction. This may cause referential inconsistences
> (pg_dump saves foreign keys, then other transaction deletes some
> foreign and primary keys and commits, now pg_dump saves
> primary keys and loses some of them, breaking referential
> integrity).

Oh, I get it.

--  Bruce Momjian                        |  http://www.op.net/~candle maillist@candle.pha.pa.us            |  (610)
853-3000+  If your life is a hard drive,     |  830 Blythe Avenue +  Christ can be your backup.        |  Drexel Hill,
Pennsylvania19026
 


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

Предыдущее
От: Vadim Mikheev
Дата:
Сообщение: Re: [HACKERS] pg_dump inconsistences
Следующее
От: Ari Halberstadt
Дата:
Сообщение: Re: [HACKERS] pg_dump core dump, upgrading from 6.5b1 to 5/24 snapshot