Re: query execution

Поиск
Список
Период
Сортировка
От Richard Huxton
Тема Re: query execution
Дата
Msg-id 43439033.8050201@archonet.com
обсуждение исходный текст
Ответ на query execution  (Matthew Peter <survivedsushi@yahoo.com>)
Список pgsql-general
Matthew Peter wrote:
> There a way to watch queries execute on the pgsql
> server as queries come in from the network and are
> processed?

You could try "SELECT * FROM pg_stat_activity", though it's not
guaranteed to be complete. Look in the manuals for the chapter
"Monitoring Database Activity".

--
   Richard Huxton
   Archonet Ltd

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

Предыдущее
От: Matthew Peter
Дата:
Сообщение: transaction toggling
Следующее
От: Richard Huxton
Дата:
Сообщение: Re: Untyped result (setof / rowset) from Functions ?