Error in restoring a large object

Поиск
Список
Период
Сортировка
От Chris McCormick
Тема Error in restoring a large object
Дата
Msg-id CAGvt1sE+wTHoKa+sGFh-JbbiBV1j8rEZLEqkMDhgpc+mDGs+hQ@mail.gmail.com
обсуждение исходный текст
Ответы Re: Error in restoring a large object  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-general
Hello all,
   I am testing a backup and restore of a db in version 7.4.30. During the restore, after successfully restoring many BLOBS, I get the following error:

pg_restore: restoring large object OID 318907
pg_restore: restoring large object OID 318909
pg_restore: restoring large object OID 318911
pg_restore: [archiver] could not write to large object (result: 4294967295, expected: 32768)
pg_restore: *** aborted because of error

   What does it mean that the archiver "could not write" to the large object? How can I find out more information about the object in question (and possibly delete it)?

Thanks,
Chris

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

Предыдущее
От: Craig Ringer
Дата:
Сообщение: Re: "FATAL: role "postgres" does not exist" after recover
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Error in restoring a large object