Re: Error_startup postgresql server

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Error_startup postgresql server
Дата
Msg-id 4521.1260200304@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Error_startup postgresql server  (Joana Camacho <joanacmch@gmail.com>)
Список pgsql-general
Joana Camacho <joanacmch@gmail.com> writes:
> I'm using Postgresql 8.7.3 on Debian. I was trying to launch the postgresql
> server to create a simple user and a database, but I've got this output:

Did you look into the postmaster logfile?  It's not clear from this if
it failed to start (if so it should have put a message in the logfile)
or if it started but is not listening where createuser expects the
socket to be.  createuser says it expects it at "/tmp/.s.PGSQL.5432"
which is the standard place on most platforms; but I think Debian
prefers something under /var/run, so you could be running into a problem
of having partially absorbed some Debian preferences.

You could also try using ps to confirm whether the postmaster is running
and if so use lsof on it to see where its socket is.

            regards, tom lane

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

Предыдущее
От: Rob W
Дата:
Сообщение: Query using partitioned table hangs
Следующее
От: Jaime Casanova
Дата:
Сообщение: Re: [HACKERS] New PostgreSQL Committers