Re: ctrl+C

Поиск
Список
Период
Сортировка
От Jan Wieck
Тема Re: ctrl+C
Дата
Msg-id 3EC25B7D.80402@Yahoo.com
обсуждение исходный текст
Ответ на ctrl+C  (Kathy Zhu <Kathy.Zhu@Sun.COM>)
Список 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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Serialization, Locking...implement processing Queue with a table
Следующее
От: nolan@celery.tssi.com
Дата:
Сообщение: Re: Schedule Jobs in Postgres