Re: Facing problems with postgres 9.0.0

Поиск
Список
Период
Сортировка
От Kevin Grittner
Тема Re: Facing problems with postgres 9.0.0
Дата
Msg-id 4CA5B365020000250003632B@gw.wicourts.gov
обсуждение исходный текст
Ответ на Facing problems with postgres 9.0.0  (Sekhar chakka <sekhar.chakka@livialegal.com>)
Список pgsql-bugs
Sekhar chakka <sekhar.chakka@livialegal.com> wrote:

> We have installed Postgres 9.0.0 on ubuntu 10.04 LTS 64 bit
> machine. It was working untill you restart the server. Once the
> server is rebooted the database is not starting

Is there a service configured to start on reboot which runs it?

> "psql: could not connect to server: No such file or directory
> Is the server running locally and accepting
> connections on Unix domain socket "/tmp/.s.PGSQL.5432"?"

Is the server running?  (Check ps output.)  Can you start it
manually?  If not, what's in the log?

-Kevin

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

Предыдущее
От: Sekhar chakka
Дата:
Сообщение: Facing problems with postgres 9.0.0
Следующее
От: "Daniel Grace"
Дата:
Сообщение: BUG #5688: ALTER TABLE ALTER col TYPE newtype fails if col is named in an UPDATE OF col trigger