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

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Tod McQuillin <devin(at)spamcop(dot)net>
Cc: Lee Joramo <lee(dot)list(at)joramo(dot)com>, rob <rob(at)cabrion(dot)com>, postgre general list <pgsql-general(at)postgresql(dot)org>
Subject: Re: Re: COPY error: pqReadData() -- backend closed the channel unexpectedly
Date: 2001-01-10 01:16:00
Message-ID: 8313.979089360@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Tod McQuillin <devin(at)spamcop(dot)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

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Tod McQuillin 2001-01-10 01:33:07 Re: Re: COPY error: pqReadData() -- backend closed the channel unexpectedly
Previous Message Tod McQuillin 2001-01-10 01:11:20 Re: Re: COPY error: pqReadData() -- backend closed the channel unexpectedly