Re: Stopping Postgres

Поиск
Список
Период
Сортировка
От Richard Huxton
Тема Re: Stopping Postgres
Дата
Msg-id 42D62377.2080603@archonet.com
обсуждение исходный текст
Ответ на Stopping Postgres  (David Mitchell <david.mitchell@telogis.com>)
Список pgsql-general
David Mitchell wrote:
> What is the best way to quickly and reliably stop postgres? We've found
> that pg_ctl doesn't work for us very well, frequently failing to
> actually stop the postmaster (it times out and reports that it has
> failed to stop). This is the same even if we use -m immediate.

AFAIK pg_ctl just signals the backend (as you can do with kill). Are you
saying it never exits, or just that pg_ctl stops waiting for it to finish?

--
   Richard Huxton
   Archonet Ltd

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

Предыдущее
От: Joachim Wieland
Дата:
Сообщение: Re: Transparent encryption in PostgreSQL?
Следующее
От: Leif Jensen
Дата:
Сообщение: Recursive stored procedure in C.