| From: | <psqlodbc-bugs(at)pgfoundry(dot)org> |
|---|---|
| To: | noreply(at)pgfoundry(dot)org |
| Subject: | [psqlodbc-Bugs][1011265] psqlodbc driver won't connect when socket not in /tmp |
| Date: | 2015-01-22 06:44:44 |
| Message-ID: | 20150122064444.89EC6A3E433@pgfoundry.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-odbc |
psqlodbc-Bugs item #1011265, was changed at 2015-01-22 08:44 by Heikki Linnakangas
You can respond by visiting:
http://pgfoundry.org/tracker/?func=detail&atid=538&aid=1011265&group_id=1000125
Or by replying to this e-mail entering your response between the following markers:
#+#+#+#+#+#+#+#+#+#+#+#+#+#+#+#+#+
(enter your response here, only in plain text format)
#+#+#+#+#+#+#+#+#+#+#+#+#+#+#+#+#+
Status: Open
Priority: 3
Submitted By: David Riedel (dpriedel)
Assigned to: Nobody (None)
Summary: psqlodbc driver won't connect when socket not in /tmp
Category: None
Group: None
Resolution: None
Category: None
Group: None
Resolution: None
Initial Comment:
Arch Linux recenty updated their PostgreSQL to move the socket directory from /tmp to /run/postgresql. The database and psql both run fine.
However, psqlodbc can no longer connect to the database.
PostgreSQL version 9.2.1
psqlodbc version 09.01.0200
error message returned when attempting to connect:
[08001][unixODBC]Could not connect to the server;
Could not connect to remote socket immedaitely
[ISQL]ERROR: Could not SQLConnect
If I tell the database to use /tmp (passing -o "-k /tmp" to pg_ctl) then odbc access works but psql access does not.
----------------------------------------------------------------------
>Comment By: Heikki Linnakangas (hlinnaka)
Date: 2015-01-22 08:44
Message:
This is a crappy answer, but the driver was changed recently to always use libpq for connecting. So it should behave just the same as psql now...
----------------------------------------------------------------------
You can respond by visiting:
http://pgfoundry.org/tracker/?func=detail&atid=538&aid=1011265&group_id=1000125
| From | Date | Subject | |
|---|---|---|---|
| Next Message | psqlodbc-bugs | 2015-01-22 06:49:56 | [psqlodbc-Bugs][1011196] Cannot insert very large blobs |
| Previous Message | Heikki Linnakangas | 2015-01-20 20:41:17 | Re: 09.03.0400, wrong real values |