Re: Opening stdin/stdout in binary mode on Windows

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Opening stdin/stdout in binary mode on Windows
Дата
Msg-id 17349.1106765285@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Opening stdin/stdout in binary mode on Windows  ("Merlin Moncure" <merlin.moncure@rcsonline.com>)
Список pgsql-hackers-win32
"Merlin Moncure" <merlin.moncure@rcsonline.com> writes:
> I'll test...is there a quick way to reproduce the error?

Try
    pg_dump -Fc mydb >mydb.dump
    pg_restore -l mydb.dump
and see if pg_restore complains.  I'd suggest checking
all four combinations of writing to stdout or a named file and
having pg_restore read from stdin or a named file.

            regards, tom lane

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

Предыдущее
От: "Merlin Moncure"
Дата:
Сообщение: Re: Opening stdin/stdout in binary mode on Windows
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Opening stdin/stdout in binary mode on Windows