Re: How pg_dump works

Поиск
Список
Период
Сортировка
От hamann.w@t-online.de
Тема Re: How pg_dump works
Дата
Msg-id wolfgang-1161010141623.A0216577@noten19.local
обсуждение исходный текст
Ответ на How pg_dump works  (Moreno Andreo <moreno.andreo@evolu-s.it>)
Ответы Re: How pg_dump works  (Moreno Andreo <moreno.andreo@evolu-s.it>)
Список pgsql-general
>> Hi all,
>>      I need to pg_dump a database to another server.
>> The particularity is that the database is bigger than remaining space on
>> disk. Obviously, this is not a problem because i'm dumping to another
>> host, but I need to know if the procedure streams data to remote host or
>> the data itself is packed up in temporary file(s) that are sent to
>> remote host.
>> The former would be such a problem, because there are good chances I'll
>> have my disk filled up...
>>
>> I've not found details on this in documentation.
>>
>> Thanks
>> Moreno.
>>
Hi Moreno,

it is one big stream.
I am sending compressed pg_dump and can actually use
zcat dumpfile.gz | psql mydatabase
on the other end

Regards
Wolfgang




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

Предыдущее
От: Achilleas Mantzios
Дата:
Сообщение: Re: How pg_dump works
Следующее
От: Moreno Andreo
Дата:
Сообщение: Re: How pg_dump works