Re: how to terminate a process when kill fails

Поиск
Список
Период
Сортировка
От Shridhar Daithankar
Тема Re: how to terminate a process when kill fails
Дата
Msg-id 3DC04B14.22681.AB5C966@localhost
обсуждение исходный текст
Ответ на how to terminate a process when kill fails  ("Johnson, Shaunn" <SJohnson6@bcbsm.com>)
Список pgsql-general
On 30 Oct 2002 at 10:14, Johnson, Shaunn wrote:

>
> Running PostgreSQL 7.2.1 on RedHat Linux 7.2.
> I think I may have asked before, but I never got an answer
> that told me one way or another -
> How can I kill processes without kill -9 <pid> and
> ruining the database?

Just kill pid works. After that you should see postgresql shutdown subprocess
in ps listing. After all clients are done, it shuts down.

Postmaster man page lists signal and behaviour of postmaster. That should be
helpful.

HTH

Bye
 Shridhar

--
A man either lives life as it happens to him, meets it head-on andlicks it, or
he turns his back on it and starts to wither away.        -- Dr. Boyce, "The
Menagerie" ("The Cage"), stardate unknown


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

Предыдущее
От: Andrew Sullivan
Дата:
Сообщение: Re: Database replication... - Mission Critical DBMS's --
Следующее
От:
Дата:
Сообщение: backing up corrupt database