Re: ctrl+C - Mailing list pgsql-general

From Jan Wieck
Subject Re: ctrl+C
Date
Msg-id 3EC25B7D.80402@Yahoo.com
Whole thread Raw
In response to ctrl+C  (Kathy Zhu <Kathy.Zhu@Sun.COM>)
List pgsql-general
Tom Lane wrote:
 > Kathy Zhu <Kathy.Zhu@Sun.COM> writes:
 >
 >> After I do psql, if I hit ctrl+C, it will terminate postmaster.
 >
 >
 > It sounds like you've launched the postmaster from the same shell you
 >  are running psql in, and the shell thinks that the postmaster is
 > still part of the process group it should kill on control-C.
 >
 > You didn't say what OS this is, but you probably need one or both of:
 >
 >
 > * launch the postmaster from a different shell process (making a
 > script to launch it will fix this);
 >
 > * make sure postmaster's stdin, stdout, stderr are all redirected
 > away from the terminal.

On some OSs redirecting does not automatically detach from the control
terminal.


Jan

--
#======================================================================#
# It's easier to get forgiveness for being wrong than for being right. #
# Let's break this rule - forgive me.                                  #
#================================================== JanWieck@Yahoo.com #


pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: Serialization, Locking...implement processing Queue with a table
Next
From: nolan@celery.tssi.com
Date:
Subject: Re: Schedule Jobs in Postgres