Potential bug in pg_dump ...

Поиск
Список
Период
Сортировка
От Marc G. Fournier
Тема Potential bug in pg_dump ...
Дата
Msg-id 20011217140626.K64436-100000@earth.hub.org
обсуждение исходный текст
Ответы Re: Potential bug in pg_dump ...  (Philip Warner <pjw@rhyme.com.au>)
Список pgsql-hackers
Got a report the other day of a "problem" with pg_dump where, if in the
middle of a dump, someone happens to drop a table, it errors out with:
       SQL query to dump the contents of Table 'server_2' did not execute.
Explanation from backend: 'ERROR:  Relation 'server_2' does not exist'.       The query was: 'COPY "server_2" TO
stdout;'.

Now, altho I can't imagine it happening often, I know I'd be a bit annoyed
if I came in the next morning, tried to restore what was in the table that
should have been dumped *after* this one, and found that my dump didn't
work :(

This is using a v7.1.3 ... and I know there has been *alot* of changes to
pg_dump since, so this might have already been caught/dealt with ... ?






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

Предыдущее
От: mlw
Дата:
Сообщение: Re: Explicit config patch 7.2B4, not "-C" ??
Следующее
От: Don Baccus
Дата:
Сообщение: PG 7.2b4 bug?