Re: Find the Person Connected to a Database

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Find the Person Connected to a Database
Дата
Msg-id 1065.1193440140@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Find the Person Connected to a Database  ("Milen A. Radev" <milen@radev.net>)
Ответы Re: Find the Person Connected to a Database
Список pgsql-admin
"Milen A. Radev" <milen@radev.net> writes:
> Naomi Walker ������:
>> I'm trying to drop a database in a postgres 8.1.4 instance (x86 Solaris
>> 10 OS),  but someone is connected to
>> the database.  What is the best way to find out exactly who is connected?

> select * from pg_stat_activity where datname = <the_db_about_to_be_dropped>;

If that doesn't work because you've got stats collection turned off,
"ps" will help too:

http://www.postgresql.org/docs/8.1/static/monitoring.html

On Solaris, note the Tip at the bottom (not sure if it applies to recent
Solaris versions but a few years ago it was critical).

            regards, tom lane

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

Предыдущее
От: "Joshua D. Drake"
Дата:
Сообщение: Re: way to turn off epochs in log_filename
Следующее
От: Naomi Walker
Дата:
Сообщение: Re: Find the Person Connected to a Database