Re: [HACKERS] "CANNOT EXTEND" -

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: [HACKERS] "CANNOT EXTEND" -
Дата
Msg-id 199903160308.WAA25973@candle.pha.pa.us
обсуждение исходный текст
Ответ на Re: [HACKERS] "CANNOT EXTEND" -  ("Tim Perdue" <perdue@raccoon.com>)
Ответы Re: [HACKERS] "CANNOT EXTEND" -  (Peter T Mount <peter@retep.org.uk>)
Список pgsql-hackers
[Charset iso-8859-1 unsupported, filtering to ASCII...]
> Thanks Bruce.
> 
> Do you have any idea what happens with pg_dump when it hits 2GB??? Is it set
> up to segment the files on linux? If not, I may have hit a brick wall here,
> and have no way to back this baby up.
> 

pg_dump only dumps a flat unix file.  That can be any size your OS
supports.  It does not segment.  However, a 2gig table will dump to a
much smaller version than 2gig because of the overhead for every record.


--  Bruce Momjian                        |  http://www.op.net/~candle maillist@candle.pha.pa.us            |  (610)
853-3000+  If your life is a hard drive,     |  830 Blythe Avenue +  Christ can be your backup.        |  Drexel Hill,
Pennsylvania19026
 


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

Предыдущее
От: "Tim Perdue"
Дата:
Сообщение: Re: [HACKERS] "CANNOT EXTEND" -
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: [HACKERS] [CURRENT] contrib/array_iterator patch