Re: [GENERAL] Unable to start postgresql

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: [GENERAL] Unable to start postgresql
Дата
Msg-id 27129.1489034110@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: [GENERAL] Unable to start postgresql  (John Iliffe <john.iliffe@iliffe.ca>)
Ответы Re: [GENERAL] Unable to start postgresql  (John Iliffe <john.iliffe@iliffe.ca>)
Список 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 по дате отправления:

Предыдущее
От: Günce Kaya
Дата:
Сообщение: Re: [GENERAL] import CSV file to a table
Следующее
От: jpap00@gmail.com
Дата:
Сообщение: [GENERAL] Which release does a commit end up getting into?