Re: postgres locks...

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: postgres locks...
Дата
Msg-id 9465.983723954@sss.pgh.pa.us
обсуждение исходный текст
Ответ на postgres locks...  (Jeff Davis <jdavis@dynworks.com>)
Список pgsql-general
Jeff Davis <jdavis@dynworks.com> writes:
> Basically, psql would sit there trying to connect, meanwhile all the
> attempted connections wouldn't die.

More details please?  What do you mean exactly by the above statements?

> I had to "kill -9" all the
> postgres/postmaster processes.

Killing individual backends with kill -9 is NOT NOT NOT a recommended
procedure.  In theory you can get away with it but why take risks?
Use the documented shutdown procedures to give the thing some chance
of cleaning up after itself.

            regards, tom lane

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

Предыдущее
От: brichard@cafod.org.uk (Bruce Richardson)
Дата:
Сообщение: CREATE INDEX function limitation
Следующее
От: will trillich
Дата:
Сообщение: triggers vs. 'NEW in non-rule query' -- SOLVED?