Re: Very long " in transaction" query

Поиск
Список
Период
Сортировка
От Gnanakumar
Тема Re: Very long " in transaction" query
Дата
Msg-id 008001cd29db$ab24ba60$016e2f20$@com
обсуждение исходный текст
Ответ на Re: Very long " in transaction" query  ("Albe Laurenz" <laurenz.albe@wien.gv.at>)
Ответы Re: Very long " in transaction" query  ("Albe Laurenz" <laurenz.albe@wien.gv.at>)
Re: Very long " in transaction" query  ("ktm@rice.edu" <ktm@rice.edu>)
Список pgsql-admin
> SELECT application_name, client_addr, client_hostname, client_port
> FROM pg_stat_activity
> WHERE procpid = 14740;

> (Replace 14740 of the process ID of the "idle in transaction" backend).

> Look on the client machine and find the process that holds TCP port
> "client_port" open (on Linux you can use "lsof" for that).

Ours is a web-based application and all calls are made "only" from where the
web server is running.  No external calls are allowed in my case.   Hence,
the "only" client machine in my case is the web server.



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

Предыдущее
От: "Kevin Grittner"
Дата:
Сообщение: Re: DELETE and UPDATE triggers on parent table of partioned table not firing.
Следующее
От: "Albe Laurenz"
Дата:
Сообщение: Re: Very long " in transaction" query