Re: [GENERAL] Unable to start postgresql

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: [GENERAL] Unable to start postgresql
Дата
Msg-id 21002.1488985201@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: [GENERAL] Unable to start postgresql  (John Iliffe <john.iliffe@iliffe.ca>)
Ответы Re: [GENERAL] Unable to start postgresql  (Melvin Davidson <melvin6925@gmail.com>)
Список pgsql-general
John Iliffe <john.iliffe@iliffe.ca> writes:
> When the programme exited it left another postmaster.pid file so I deleted
> that one too.

You haven't shown us the program actually exiting, and basically the only
way to get the postmaster to exit without removing its pid file is to
kill -9 it.  Now I am suspicious that you in fact haven't killed any
postmasters, but only removed their pidfiles out from under them, which is
an incredibly dangerous thing to do.  Check "ps ax" output to see if any
postgres processes are lurking in background.

            regards, tom lane


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

Предыдущее
От: John McKown
Дата:
Сообщение: Re: [GENERAL] import CSV file to a table
Следующее
От: Melvin Davidson
Дата:
Сообщение: Re: [GENERAL] Unable to start postgresql