Re: pg_dump error

Поиск
Список
Период
Сортировка
От Tatsuo Ishii
Тема Re: pg_dump error
Дата
Msg-id 20010116101929G.t-ishii@sra.co.jp
обсуждение исходный текст
Ответ на Re: pg_dump error  (Philip Warner <pjw@rhyme.com.au>)
Ответы Re: pg_dump error
Список pgsql-sql
> >Can not create pgdump_oid table.  Explanation from backend: 'ERROR:
> >cannot create pgdump_oid
> >
> >Is there a way to repair this?
> >
> 
> If there was an earlier crash while running pg_dump, the table may already
> exist. If so, try deleting it. Also, can you confirm that the username
> under which you run pg_dump has the rights to create tables?

I have observed it several times on 7.0.x while using
pg_dumpall. Since pg_dumpall would create pgdump_oid as many times as
the number of databases, I suspect there might be an internal cache
problem in the backend. However this problem was hard to reproduce, I
have not tackled it yet. If someone has a reproducible data, please
let us know...
--
Tatsuo Ishii


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

Предыдущее
От: Renato De Giovanni
Дата:
Сообщение: Re: Querying date interval
Следующее
От: Tom Lane
Дата:
Сообщение: Re: pg_dump error