Re: connecting with libpq interface

Поиск
Список
Период
Сортировка
От Markus Wanner
Тема Re: connecting with libpq interface
Дата
Msg-id 487A259A.9090803@bluegap.ch
обсуждение исходный текст
Ответ на Re: connecting with libpq interface  (Vincent Predoehl <vpredoehl@phoenixwebgroup.com>)
Список 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 по дате отправления:

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: connecting with libpq interface
Следующее
От: "Sunil Khatri"
Дата:
Сообщение: PQstatus is not returning