Re: identifying local connections - Mailing list pgsql-general

From Scott Ribe
Subject Re: identifying local connections
Date
Msg-id 170606C0-22D4-43BE-9DCB-2E4ABA5B7D46@elevated-dev.com
Whole thread Raw
In response to Re: identifying local connections  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-general
On Nov 15, 2010, at 9:24 AM, Tom Lane wrote:

> In that case see lsof --- you can match up the ends of the connection
> using the hex value in the "device" column.
>
>             regards, tom lane
>

Yes, that works. Match "Address" from netstat to "DEVICE" in lsof.

Thanks.

--
Scott Ribe
scott_ribe@elevated-dev.com
http://www.elevated-dev.com/
(303) 722-0567 voice





pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: identifying local connections
Next
From: Scott Ribe
Date:
Subject: Re: identifying local connections