Re: BUG #13520: postgres not connecting with opnerp7.0

From: Alvaro Herrera <alvherre(at)2ndquadrant(dot)com>
To: Kevin Grittner <kgrittn(at)ymail(dot)com>
Cc: "manoj(dot)itara(at)gmail(dot)com" <manoj(dot)itara(at)gmail(dot)com>, "pgsql-bugs(at)postgresql(dot)org" <pgsql-bugs(at)postgresql(dot)org>
Subject: Re: BUG #13520: postgres not connecting with opnerp7.0
Date: 2015-07-28 19:54:04
Message-ID: 20150728195404.GE2441@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Kevin Grittner wrote:
> "manoj(dot)itara(at)gmail(dot)com" <manoj(dot)itara(at)gmail(dot)com> wrote:
>
> > I facing a issue while connecting postgres.Can you solve it.
> >
> > Error:
> > 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.5432"?
>
> This is not a bug; for future questions on usage, please send an
> email to pgsql-general(at)postgresql(dot)org, to post to the appropriate
> list.
>
> The hint says it all -- either the server is not running (and you
> need to start it before you can connect), or it is running using a
> different port number or subdirectory (and you should specify that
> in your connection options).

Given the socket path in the HINT, I would suggest that the client
library has been installed via Debian packages, and the server probably
hasn't --- most likely, the socket is in the default path of /tmp. So
if you try something like "host=/tmp" then it might be able to connect.

--
Álvaro Herrera http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2015-07-28 19:57:26 Re: BUG #13518: CancelRequest lacks statement identifier
Previous Message Kevin Grittner 2015-07-28 19:47:15 Re: BUG #13520: postgres not connecting with opnerp7.0