Re: pg_restore not able to restore files larger that 2.4GB

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: pg_restore not able to restore files larger that 2.4GB
Дата
Msg-id 13648.1031604440@sss.pgh.pa.us
обсуждение исходный текст
Ответ на pg_restore not able to restore files larger that 2.4GB  (Ericson Smith <eric@did-it.com>)
Список pgsql-general
Ericson Smith <eric@did-it.com> writes:
> We have a backup that's 2.4GB. pg_restore exist with a message that the
> file is too big.
> We have the latest RedHat install and kernel on EXT3 with plenty of Ram,
> Disk and CPU.
> Any suggestions?

You need to compile pg_restore with large file support enabled.

PG 7.3 attempts to do so by default, but in earlier versions you'd have
to figure out the necessary CFLAGS additions yourself :-(

            regards, tom lane

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Creating tons of tables to support a query
Следующее
От: Andrew Sullivan
Дата:
Сообщение: Re: Load sharing question