Re: Problems with pg_dump

Поиск
Список
Период
Сортировка
От Oliver Elphick
Тема Re: Problems with pg_dump
Дата
Msg-id 1040066001.1231.1.camel@linda.lfix.co.uk
обсуждение исходный текст
Ответ на Re: Problems with pg_dump  (papapep <papapep@gmx.net>)
Список pgsql-novice
On Mon, 2002-12-16 at 18:24, papapep wrote:

> I've also noticed that if I just make pg_dump to the standard output
> (screen) it works fine. But in the moment I try to redirect it to any
> file ( > DATABASE.out) it fails as I told before.
>
> Strange, isn't it?

Can you redirect any other file?

For example:

    echo success > /tmp/junk
    echo success > DATABASE.out

--
Oliver Elphick <olly@lfix.co.uk>
LFIX Limited


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

Предыдущее
От: papapep
Дата:
Сообщение: Re: Problems with pg_dump
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Problems with pg_dump