Re: How to Determine Number of connected users

Поиск
Список
Период
Сортировка
От Rod Taylor
Тема Re: How to Determine Number of connected users
Дата
Msg-id 1058970772.48936.13.camel@jester
обсуждение исходный текст
Ответ на How to Determine Number of connected users  (Andrei Verovski (aka MacGuru) <andreil1@mail.starlett.lv>)
Список pgsql-php
On Wed, 2003-07-23 at 10:27, Andrei Verovski wrote:
> Hi,
>
> Is it possible to determine number of connected users to certain
> PostgreSQL database from within PHP script?

select * from pg_stat_activity;

Add the appropriate where clause for whatever you are trying to restrict
by.

Вложения

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

Предыдущее
От: Andrei Verovski (aka MacGuru)
Дата:
Сообщение: How to Determine Number of connected users
Следующее
От: Lynna Landstreet
Дата:
Сообщение: Getting the year from a date column