Re: Error with tcp/ip networking

Поиск
Список
Период
Сортировка
От Steve Heaven
Тема Re: Error with tcp/ip networking
Дата
Msg-id 3.0.1.32.20000831155722.00721900@mail.thornet.co.uk
обсуждение исходный текст
Ответ на Re: Error with tcp/ip networking  (Tom Lane <tgl@sss.pgh.pa.us>)
Список 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


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: LEFT OUTER JOINS
Следующее
От: Ron Peterson
Дата:
Сообщение: Re: trigger, how to determine action calling?