Re: force drop of database others are accessing

Поиск
Список
Период
Сортировка
От Lee Harr
Тема Re: force drop of database others are accessing
Дата
Msg-id BAY2-F125s6hvfPAZSc000496fa@hotmail.com
обсуждение исходный текст
Ответ на force drop of database others are accessing  ("Lee Harr" <missive@hotmail.com>)
Ответы Re: force drop of database others are accessing  (Kris Jurka <books@ejurka.com>)
Список pgsql-general
>>Every once in a while my automated script fails because
>>some other system which should have disconnected
>>failed to unhook. The old data and old connection are
>>not important to me. The new run needs to go through.
>
>You can look for people connected and kick them out with kill -2 on
>their pid.  The trick is to start your own script (which probably
>isn't "failing" exactly, but blocking, right?), and then (since
>you've locked the relevant objects that way, such that nobody else
>can get in) use the shell to kill -2 other connections.  Evil and
>possibly dangerous, but you said you didn't care about the old data.
>


Yea, grepping through the output from ps and killing the other
backend process was my first thought.  The only problem is
that the user that owns the database (and runs the automatic
report script) is not necessarily the one that is causing the
problem. So that means somehow I need to kick off another
script with elevated priveleges to take care of it ...

I would rather not have to do that, but I do not see another way.

_________________________________________________________________
The new MSN 8: smart spam protection and 2 months FREE*
http://join.msn.com/?page=features/junkmail


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

Предыдущее
От: Eric B.Ridge
Дата:
Сообщение: Re: Touch row ?
Следующее
От: Kris Jurka
Дата:
Сообщение: Re: force drop of database others are accessing