Re: Re: COPY error: pqReadData() -- backend closed the channel unexpectedly - Mailing list pgsql-general

From Tom Lane
Subject Re: Re: COPY error: pqReadData() -- backend closed the channel unexpectedly
Date
Msg-id 8313.979089360@sss.pgh.pa.us
Whole thread Raw
In response to Re: Re: COPY error: pqReadData() -- backend closed the channel unexpectedly  (Tod McQuillin <devin@spamcop.net>)
Responses Re: Re: COPY error: pqReadData() -- backend closed the channel unexpectedly
List 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 by date:

Previous
From: Tod McQuillin
Date:
Subject: Re: Re: COPY error: pqReadData() -- backend closed the channel unexpectedly
Next
From: Tod McQuillin
Date:
Subject: Re: Re: COPY error: pqReadData() -- backend closed the channel unexpectedly