Re: Can't connect to socket in Debian distribution

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Can't connect to socket in Debian distribution
Дата
Msg-id 20774.1038423171@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Can't connect to socket in Debian distribution  ("KEVIN ZEMBOWER" <KZEMBOWER@jhuccp.org>)
Список pgsql-novice
"KEVIN ZEMBOWER" <KZEMBOWER@jhuccp.org> writes:
> When I try to run psql as root, I get this error:
> www2:/etc/postgresql# psql -p mnogosearch mnogosearch
> psql: could not connect to server: No such file or directory
>         Is the server running locally and accepting
>         connections on Unix domain socket "/var/run/postgresql/.s.PGSQL.0"?

"-p" is probably not what you want here.  It looks like the code is
failing to notice that the argument of -p doesn't look like an integer...

            regards, tom lane

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

Предыдущее
От: "KEVIN ZEMBOWER"
Дата:
Сообщение: Can't connect to socket in Debian distribution
Следующее
От: "KEVIN ZEMBOWER"
Дата:
Сообщение: Re: Can't connect to socket in Debian distribution