Re: [GENERAL] Unable to start postgresql - Mailing list pgsql-general

From Tom Lane
Subject Re: [GENERAL] Unable to start postgresql
Date
Msg-id 27129.1489034110@sss.pgh.pa.us
Whole thread Raw
In response to Re: [GENERAL] Unable to start postgresql  (John Iliffe <john.iliffe@iliffe.ca>)
Responses Re: [GENERAL] Unable to start postgresql
List pgsql-general
John Iliffe <john.iliffe@iliffe.ca> writes:
> [root@prod04 John]# lsof -n | grep postmaster
> [root@prod04 John]# lsof -n | grep postgres | grep 5432
> postgres  2760      postgres    5u     unix 0xffff9e5390b5b800       0t0
>          69422 /tmp/.s.PGSQL.5432 type=STREAM

That isn't proving a lot: as I showed in my example lsof output, Fedora's
lsof will map "5432" to "postgres" in the context of an IP port number.
(I'm sure there's a way to turn that off, but -n ain't it.)

            regards, tom lane


pgsql-general by date:

Previous
From: Günce Kaya
Date:
Subject: Re: [GENERAL] import CSV file to a table
Next
From: jpap00@gmail.com
Date:
Subject: [GENERAL] Which release does a commit end up getting into?