Re: Error with tcp/ip networking

From: Steve Heaven <steve(at)thornet(dot)co(dot)uk>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Travis Bauer <trbauer(at)cs(dot)indiana(dot)edu>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Error with tcp/ip networking
Date: 2000-08-31 14:57:22
Message-ID: 3.0.1.32.20000831155722.00721900@mail.thornet.co.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

At 10:15 31/08/00 -0400, Tom Lane wrote:
>Actually I think netstat only shows open connections, not processes
>listening for connections. Does anyone know a (reasonably portable)
>way of seeing which port numbers are being accept()ed on?
>

netstat -a | grep LISTEN

works on most UNIX flavours

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Ron Peterson 2000-08-31 16:26:13 Re: trigger, how to determine action calling?
Previous Message Tom Lane 2000-08-31 14:50:08 Re: LEFT OUTER JOINS