Re: Re: COPY error: pqReadData() -- backend closed the channel unexpectedly

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Re: COPY error: pqReadData() -- backend closed the channel unexpectedly
Дата
Msg-id 8313.979089360@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Re: COPY error: pqReadData() -- backend closed the channel unexpectedly  (Tod McQuillin <devin@spamcop.net>)
Ответы Re: Re: COPY error: pqReadData() -- backend closed the channel unexpectedly
Список pgsql-general
Tod McQuillin <devin@spamcop.net> writes:
> On Tue, 9 Jan 2001, Tom Lane wrote:
>> -S suppresses all log output, so first you need to get rid of that.

> The postgres.1 man page from postgresql-7.0.3/doc/man.tar.gz says:

>        -S SortSize

Postmaster and backend switches are two different animals.  To specify
a backend switch to the postmaster, you need -o.  Thus:

    postmaster -S -o "-S 1000"

selects silent postmaster mode and 1000K sortsize for the backend.

In short: postmaster.1 != postgres.1 ...

            regards, tom lane

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

Предыдущее
От: Tod McQuillin
Дата:
Сообщение: Re: Re: COPY error: pqReadData() -- backend closed the channel unexpectedly
Следующее
От: Tod McQuillin
Дата:
Сообщение: Re: Re: COPY error: pqReadData() -- backend closed the channel unexpectedly