| От | Steve Crawford |
|---|---|
| Тема | Re: Finding IP of front end |
| Дата | |
| Msg-id | 200505201643.07561.scrawford@pinpointresearch.com обсуждение |
| Ответ на | Finding IP of front end (Kelly Burkhart <kelly@tradebotsystems.com>) |
| Список | pgsql-general |
On Friday 20 May 2005 8:39 am, Kelly Burkhart wrote: > Is there a way to query for the IP address (or other attributes) of > the front-end process attached to a given backend? Perhaps > something similar to: > > pg_stat_get_frontend_*( backendid ) See the developer todo list (http://www.postgresql.org/docs/faqs.TODO.html) onto which was recently added "Add the client IP address and port to pg_stat_activity" So in short, not now, but later. You can do it indirectly by first finding the PID of interest either from the pg_stat_activity system view or "ps" and then use "netstat -p" to find the connection associated with that PID. Cheers, Steve
В списке pgsql-general по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера