Re: connecting with libpq interface - Mailing list pgsql-interfaces

From Markus Wanner
Subject Re: connecting with libpq interface
Date
Msg-id 487A259A.9090803@bluegap.ch
Whole thread Raw
In response to Re: connecting with libpq interface  (Vincent Predoehl <vpredoehl@phoenixwebgroup.com>)
List pgsql-interfaces
Hi,

Vincent Predoehl wrote:
>>> terminate called after throwing an instance of 'pqxx::broken_connection'
>>>    what():  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"?
>>
>> PQerrorMessage() should give you the same info in your standalone
>> libpq program.
> 
> Yes it does:
> 
> 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"?

Something similar has biten me before as well. I figured it is the 
Debian packager's decision to put those socket files under 
/var/run/postgresql/, which is not the Postgres standard.

Regards

Markus



pgsql-interfaces by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: connecting with libpq interface
Next
From: "Sunil Khatri"
Date:
Subject: PQstatus is not returning