Re: PostgreSQL Dump based backup using pipe

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: PostgreSQL Dump based backup using pipe
Дата
Msg-id 2627.1432745444@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: PostgreSQL Dump based backup using pipe  (girish R G peetle <giri.anamika0@gmail.com>)
Ответы Re: PostgreSQL Dump based backup using pipe  (girish R G peetle <giri.anamika0@gmail.com>)
Список pgsql-admin
girish R G peetle <giri.anamika0@gmail.com> writes:
> Thanks for checking. Here is the details.
> PostgreSQL Version - 9.2.8

Hm.  A quick trawl of the git logs didn't find any relevant bug fixes
since 9.2.8.

> Dump command : pg_dump.exe -U postgres -Fc -b test

> Platform : Windows Server 2008 R2

> Output of dump command is redirected to write end of named pipe.

I'm suspicious that that's exposing you to Windows' infamous text-mode
data mangling.  You might try using "-f namedpipe" instead of a shell
redirect.

            regards, tom lane


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

Предыдущее
От: girish R G peetle
Дата:
Сообщение: Re: PostgreSQL Dump based backup using pipe
Следующее
От: "Pascal Laporte (plaporte)"
Дата:
Сообщение: monitoring TPS and IOPS