Re: pg_dump and pg_restore
От
Tom Lane
Тема
Re: pg_dump and pg_restore
Дата
Msg-id
29725.1070683695@sss.pgh.pa.us
Ответ на
pg_dump and pg_restore (Stephen Clancy)
Список
Дерево обсуждения
pg_dump and pg_restore "Stephen Clancy" <stephen@vmdirect.com>
Re: pg_dump and pg_restore Tom Lane <tgl@sss.pgh.pa.us>
"Stephen Clancy" writes: > I have a 7.3.4 db that is now around 7 gig in size. Are there any issues wi= > th backups and restores on SunOS 5.9? You need to be sure that pg_dump and pg_restore are built with large-file support if you want them to deal with dump files exceeding 4 gig. I'm not clear on whether that is default on Solaris. (I believe you can work around lack of large-file support by fooling with pipes, but it'd be better to fix the problem.) regards, tom lane
В списке pgsql-novice по дате отправления